HOW TO: Upgrade/downgrade addons for your current service

  1. Login to the client area.
  2. Click on "My Services" under the "Services" tab at the top.
  3. Click on "View Details" next to the service you wish to update.
  4. Click on the "Upgrade/Downgrade Options" link in the "Configuration Options" box.
  5. Set your addons and click the "Click to Continue" button.
An invoice will be generated, once it is paid the options will be added to your service once a staff member is available. Please open a ticket with our Sales department if you need assistance or have questions.

Upgrade or downgrade options
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...