Elastic Virtual Private Server on Top of CentOS
CentOS VPS Cloud Hosting
To effortlessly set up your own CentOS Elastic VPS inside the Cloud, log in to your Apiqcloud account and access environment topology wizard.
The appropriate instance (i.e. CentOS 6.8 or CentOS 7.2) can be found within the expandable options list upon enabling VPS block at the bottom left wizard corner (for the detailed installation guidance, refer to the VPS Configuration page).
- by means of Apiqcloud SSH Gate
- via any 3d-party software (i.e. external SSH client) using Public IP address
- through the embedded web-based SSH client
CentOS VPS Access via SSH Gate
To get the most out of your CentOS virtual machine and apply configurations with the full root permissions, you’ll need to access it using SSH protocol. The easiest way to accomplish this is to establish a connection via Apiqcloud SSH Gate with the help of your terminal.
It allows to securely connect to entire Apiqcloud account and manage all your environments and containers via a single access point.
To navigate through the lists, just type the option index number and press Enter.
Once inside the required CentOS VPS container, you can start applying the necessary configurations as a root user.
To access your account via Apiqcloud SSH Gate, you need to preliminary perform the following steps:- generate an SSH Keypair
-
add your public SSH key to the dashboard
Tip: Have a look at the detailed guidance to see tips on connection to VPS depending on your local OS.
CentOS VPS Access via Public IP
It is also possible to access your VPS container by means of any preferred SSH software via the attached Public IP address. In this case, the same root privileges are granted as whilst working via Apiqcloud SSH Gate.
Note: You can locateyour node Public IP address within email, delivered upon environment creation, or at the dashboard via the Additionally list for the required node.
To establish secure connection to the target container, launch the preferred SSH software (OpenSSH in our example).
Then initiate the connection using your server administration data, i.e. username and IP address, by executing the ssh {username}@{hostname} string (you’ve received this data via email beforehand).
Confirm your identity with the appropriate password and start working with your CentOS virtual machine as a root user.
Web-Based CentOS SSH Client
One more way to operate your CentOS virtual private server is to connect to it by means of a special web-based SSH client. It operates yum dependencies manager to skillfully maintain packages within your server and is available right through the Apiqcloud dashboard.
Note: This tool is available only for CentOS VPS with Public IP address attached.
1. Click on the Open in browser button next to the required CentOS container at the dashboard.
2. In the opened Console, confirm your identity by inserting the administrator password - it was sent to you via email upon environment setup (use the Copy and Paste buttons at the top panel).
Upon successful authentication, you can start applying the required configurations by means of executing the corresponding yum commands (e.g. yum install, yum remove, yum update, etc).