...
In this Quick Start we are going to install Ubuntu 14.04 and configure the VPS for incoming ssh and http (web) requests.
| Tabla de Contenidos |
|---|
Step-by-step guide
Setting up the VPS
...
The firewall is now configured, now its time to test.
...
Test connecting to the VPS
Using SSH, we need to connect to the VPS:
ssh [email protected]
Substituting 1.2.3.4 for your Public IP address. When prompted from the password this will be your root password shown in the VPS Status page.Info Ubuntu 14.04 does not permit root login via SSH, so you have to use the user 'ubuntu' and the root password. Most other OS will accept root as the login user. - Now that you are connect to the server, we'll update everything and activate the webserver. We'll start by updating the packages on the server, enter:
sudo apt-get update
and once that has completing updating the package list, we'll do the actual upgrades:
sudo apt-get -y upgrade
This will take a moment to download and install anything thats new since the template was made. - We need to install Apache2 (web server) so we can test that port 80 is properly forwarded to the VPS:
sudo apt-get -y install apache2
Once its completed, then head to your web browser and enter http://1.2.3.4/ Substituting 1.2.3.4 for your Public IP address. You should see the default Apache/Ubuntu page:
Congratulations your StorageVPS is configured for use. If you have any difficulties or need assistance then please open a support ticket and our engineers will be happy to assist.
Related articles
| Contenido por etiqueta | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...

