Every FormoHost VPS comes with full root access over SSH. Here is how to log in from any operating system.
What you need
- Your server’s IP address
- The root password
Both are in the welcome email we send when your server is activated. If you cannot find it, check your spam folder or open a support ticket.
Windows
Windows 10 and 11 include OpenSSH. Open PowerShell (or Windows Terminal) and run:
ssh root@YOUR_SERVER_IP
Prefer a graphical client? PuTTY is a free option — enter your server IP, port 22, click Open, then log in as root.
macOS
Open Terminal (Applications → Utilities) and run:
ssh root@YOUR_SERVER_IP
Linux
Open your terminal and run the same command:
ssh root@YOUR_SERVER_IP
First login
- Type yes when asked to confirm the server fingerprint (first connection only).
- Enter the root password from your welcome email — the cursor will not move while you type; that is normal.
Common issues
- Connection timed out — the server may still be provisioning. Most orders are activated within 24 hours; wait for the welcome email.
- Permission denied — double-check the password; copy-paste can pick up extra spaces.
- Port blocked — some office or school networks block port 22; try another network or a mobile hotspot.
Still stuck? Open a support ticket with your service ID and the exact error message — our team is available 24/7.