Back to documentation
Troubleshooting
Troubleshooting Connection Issues
Fix common SSH connection problems between Server Compass and your VPS.
Intermediate5 min readUpdated 2024-02-01
Connection refused
Cause: SSH service not running or wrong port
Solutions:
- Verify SSH is running:
systemctl status sshd - Check you're using the correct port
- Verify firewall allows SSH:
ufw status - Check server is online with ping
Authentication failed
Cause: Wrong credentials
Solutions:
- Double-check username and password
- For SSH keys, verify the key is authorized on server
- Check
~/.ssh/authorized_keyson server - Try connecting with password to verify account
Connection timeout
Cause: Network issues or firewall blocking
Solutions:
- Check your internet connection
- Verify server is reachable (ping)
- Check if port 22 is blocked by your network
- Verify server firewall allows your IP
Host key verification failed
Cause: Server's SSH key changed
Solutions:
- If server was reinstalled, this is expected
- In Server Compass, click "Accept New Key"
- Or remove old key from
~/.ssh/known_hosts
Screenshots

Screenshots may vary slightly from the current version
Related Articles
Need Help?
Check our troubleshooting guides or join our community.
Ready to try Server Compass?
Download the app and deploy your first application in under 5 minutes. No terminal knowledge required.