Learn how to connect to your VPS with this comprehensive, easy to follow guide.
Connect to VPS via. SSH on Windows
Download PuTTy
Launch the PuTTy Client
Enter Your Credentials
Connect to VPS via. SSH on MacOS
Open the Terminal
Cmd + Space
and typing Terminal
in the search bar.Run the SSH Command
username
with the user name you were provided.ipaddress
with the IP Address/Hostname of your server.Press the Enter Key
Yes
and press Enter
.Enter Your Password
Connect to VPS via. SSH on Linux
sudo apt install openssh-client
Run the following command on the server.
sudo apt install openssh-server
systemctl status sshd
If the service is not running, use the sudo systemctl start sshd
command. This command does not print an output.To set the service to automatically start on boot, run the sudo systemctl enable sshd
command.
Download PuTTy
Launch the PuTTy Client
Enter Your Credentials