Start a Server
A stopped server can be started to enable creating and running server resources such as applications and cron jobs. Start a stopped server to enable your users to connect to its linked resources.
- On Devopness, navigate to a project then select an environment
- Find the
Serverscard - Click the
Viewin theServerscard to see a list of existingServers - In the list of servers, find the server you want to start and click the
NAMEof the server - On the upper-right corner of the server details view click
ACTIONS - Use the drop-down menu to choose
Start - Wait for the
server:startaction to be completed - Follow the guide Get server status
The server status will be "running"
Connect to your servers using SSH
Sometimes you and your team members need to connect to your servers to run commands from the terminal. Connect via SSH to ensure your servers only executes commands by authorized SSH keys.
Stop a Server
Sometimes you may want to interrupt a server to stop a long running task. Stop a server to force any running tasks to end.