Servers
Get a Server’s Status
Sometimes you might want to check if a server is currently running. Get the server status to check if a server is currently running, stopped or deleted.
- 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 inspect 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
Status - Wait for the
server:get-statusaction to be completed - Check the action logs to see the server's current status
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.
Check Server Provision Logs
Sometimes you may encounter problems while provisioning your servers. Check your server' actions logs to evaluate what happened.