SSH (Secure Shell) is the primary way to securely access your VPS command line. This gives you full control to run commands, install software, and manage files.
Step-by-Step Guide:
For Windows Users (Using PuTTY):
-
Download and install PuTTY.
-
Open PuTTY. In the "Host Name (or IP address)" field, enter your VPS IP address.
-
Ensure the "Port" is
22and "Connection type" is SSH. -
Click "Open."
-
A terminal window will open. Log in with your root username (usually
root) and the root password provided in your BurjHost VPS welcome email.-
Note: When typing the password, you won't see any characters—this is a security feature.
-
For Mac / Linux Users (Using Terminal):
-
Open the Terminal application.
-
Type the following command and press Enter:
ssh root@your.vps.ip.address
(Replaceyour.vps.ip.addresswith your actual IP). -
The first time you connect, you may see a warning about authenticity. Type
yesand press Enter. -
Enter your root password when prompted.
You are now logged into your VPS server!