SSH lets you manage your VPS securely from a terminal.
Steps
- Open a terminal.
- Run:
ssh root@YOUR_SERVER_IP - Accept the fingerprint and enter your password (or use an SSH key).
Tip: We recommend using SSH keys for better security.
SSH lets you manage your VPS securely from a terminal.
ssh root@YOUR_SERVER_IP
Tip: We recommend using SSH keys for better security.