To get started with you Mammoth VPS, you will need to first Sign Up. During this process you will also perform the initial configuration of your VPS.
Below is a video demonstrating and explaining the sign up process.
Once you have finished signing up your VPS should automatically start. If however your VPS does not start automatically, you can manually restart or power cycle the VPS using mPanel.
To access mPanel, click "Login" at the top of Mammoth VPS website. You will need to enter your username and password that you submitted during the signup process.
By default your Windows Mammoth VPS will be configured to allow Administrative access via Remote Desktop. To connect to your server using Remote Desktop follow these steps.
For futher instructions on setting up your Windows Mammoth VPS visit the IIS Guide.
Customers running Mac OSX or Linux locally should use their built-in SSH client. The simplest options for Windows users is to download PuTTY, an SSH Client for Windows. After starting Putty you will see the following screen:
Enter your Mammoth VPS IP address in the "Host Name" field and click "Open" to connect. You'll receive a warning tha tthe hosts's key is unknown at this time; click "Yes" to proceed and cache the SSH Key.
Log in as "vps" using the password that was generated for you when you created the VPS.
It is a good idea to regularly update the installed software on your Linux VPS, so that you obtain software fixes as they are released. This will help prevent your VPS from being "hacked" (accessed without your knowledge) and can also fix software defects.
Debian/Ubuntu:
apt-get update apt-get upgrade
CentOS/Fedora:
yum update