Step 1: Gather Your Login Details
After your VPS is set up, you will receive:
-
Server IP Address
-
Username (default:
root
) -
Password
Step 2: Install an SSH Client
-
Windows: Download and install PuTTY.
-
Mac/Linux: Use the built-in Terminal.
Step 3: Connect to Your Server
Open your terminal or SSH client and run:
ssh root@your_server_ip
-
Replace
your_server_ip
with your actual VPS IP address. -
Accept any security warning if prompted.
Step 4: Enter Your Password
When asked, type (or paste) your password.
Note: The password won't be visible while typing — this is normal.
Step 5: Connection Successful
You are now logged into your VPS and ready to start setting it up!