← Back to Knowledge Base
Servers 👁️ 7 views

How to Connect to Your Server via SSH

Connect from Windows

Use PuTTY or Windows Terminal:

ssh root@YOUR_SERVER_IP

Enter the password received via ticket.

Connect from Mac/Linux

Open Terminal and type:

ssh root@YOUR_SERVER_IP

Security Tips

1. Change password immediately after first login
2. Enable SSH keys instead of password
3. Change default SSH port (22)