Connect to your server
Connecting to your Linux VPS
- Check your email for the information used to connect to your server.
- Depending on your OS, you might have to install an SSH Client such as PuTTY or MobaXTerm. I’ll be using Windows Terminal for this example.
- Type
ssh <servers_username>@<servers_ip_address>and hit enter. Example:
- Press enter and then enter the passsword in the email you recieved.
- Congrats! You’ve successfully connected to your server!
Connecting to your Windows VPS
- Check your email for the information used to connect to your server.
- Depending on your OS, you might have to install an RDP or Remote Desktop Connection client. Windows 10/11 comes with it by default, and that’s what I’ll be using in this example.
- Open your RDP software of choice, and enter the servers IP Address.
- You will then be prompted to enter the username & password of the machine you’re attempting to connect to. Enter the respective information from the email.
- Congrats! You’ve successfully connected to your server!