SSH is the standard way to manage a Linux VPS or dedicated server from the command line.
- Open a terminal on macOS/Linux, or PowerShell on Windows.
- Run
ssh root@YOUR_SERVER_IPor use the username provided in your welcome email. - When prompted, accept the host key fingerprint if it matches your server.
- Enter the password or use your SSH private key.
If the connection fails, verify that the server is powered on, port 22 is open, and your local network is not blocking outbound SSH.