A comparatively simple move is to make the jump from shared hosting to a virtual private server (VPS). It can be a little trickier to learn how to set up a VPS, though, particularly since you’ve never used the command line previously.
What is SSH?
SSH is a strong (and safe) application that lets users access a Linux server’s command line directly. This will let you make Linux commands from the comfort of your home to manage your VPS Server, to manipulate applications and files.
However, what you would need first is getting an SSH client to connect to your VPS. To know how to connect linux VPS server with Linux or Mac you can visit monovm and find out more information about the steps:
Open the Terminal
To open the Mac Terminal, go to Programs > Utilities, then launch the Mac Terminal.
Using Ctrl+Alt+T or enter Terminal in the Search feature to open a terminal on Linux.
Type “ssh” to define the link protocol, and click “Space” to enter the connected username and IP with the “@” symbol.
The following syntax should be entered to link to the site, considering the user ID of ‘user1’ and the URL of server1.com(82.149.65.12):
User ssh1@server1.com OR user ssh1@82.149.65.12
Press “Enter”
You are then asked to type a password. Type it in, then press enter.
You should see a command prompt if you succeed, similar to this:
user1@www.server1.com:~$$server1.com
Connecting to Windows
We will be using third-party PuTTY tools to connect to the Linux server from Windows. PuTTY is a free software program for operating systems running Microsoft Windows that can be used to connect to the server using SSH. PuTTY is a plugin for Telnet and SSH created for Windows by Simon Tatham. PuTTY is an open-source program that a consortium of volunteers create and fund.
- Open the PuTTY Terminal client, and a window will appear:
Enter your settings for the link:
Host Name: Enter your server’s IP.
Port: 22 (default is to leave)
Form of Connection: SSH (leave as default)
To launch the SSH session, press ‘Open’.
- If this is your first link from your computer to the server, some output will be shown. By pressing ‘Yes’, acknowledge the link.
- You will see a terminal prompt asking for your username after the SSH Link has opened. The root username of your server is ‘root.’
- Enter the password next. In the Clients Portal, you will find it.
- Note that when you type your password, you won’t see the cursor jumping, or anything typed. This is a normal feature of the PuTTY defense. After you type it press” Enter”.You have now signed into your SSH account.
Conclusion
Switching from shared hosting and learning how to set up a VPS is like leaving the baby pool to dive into a huge one. You have a lot of space and functionality to play with, but before you can start having a great time, you’ll need to find your footing. You have been experienced with the command line now that you know how to customize your VPS, which would make it much easier to set it up to your liking.
Uchenna Ani-Okoye is a former IT Manager who now runs his own computer support website https://www.compuchenna.co.uk.