NOW offer MANAGED VPSes for as low as $249 per VPS node
Through us, now you can!!! If you are someone who places quality of service over all, opt us. You will never regret the decision.
Maximum of 15 minutes response time and 6 hours resolution time – Best response times in the industry (delivered by a technical support firm). Average is far far below that – 5 mins response time and 45 mins resolution time.
Here is our VPS management offer details
Trust us! we really care for your clients. We take pride in the reviews they give for you here, while we remain anonymous to them.
With this plan, you just need to arrange for the backup space of the VPSes and start offering managed VPS very easily.
Pricing
One VPS node – $249 per month
2 – 5 VPS nodes – $229 per month
5 – 10 VPS nodes – $199 per month
10 – 20 VPS nodes – $179 per month
20+ VPS nodes – $149 per month
For order links, please contact our sales or chat us via IM.
Here is a brief of our other offers
24×7 Shared support – $999 per month (Live chat included + Unlimited tickets)
24×7 Dedicated support – $2999 per month (Live chat included + Unlimited tickets)
Till this offer lasts, we also offer dedicated Level III admin for just $1299 per month, while a semi-dedicated level III admin can be hired for just $799 per month.
With our dedicated staff,
And any customized requirements you would want (y)our staff to do.
For placing an order, please chat with us online from any of the instant messenger or Live Chat service provided to you from our website at http://www.supportsages.com or email sales [a][t] supportsages.com .
NB : SS supports all virtualization technologies and multi-platforms also.
Continue ReadingHello there,
Usually, we need to add or remove an IP address in the VPS. Here we go :
Prerequisites
You need Node Server access for these (then only you can manage those VPS), that too SSH root access. The VPS should be either OpenVZ or Virtuozzo.
Steps
Say we are logged into the Node Server. There we are going to list all the Containers existing on the Hardware Node. By default, only running Containers are shown.
[root@linuxvps1 ~]# vzlist -a CTID NPROC STATUS IP_ADDR HOSTNAME 100 18 running 100.20.11.111 WEB.EXAMPLE.COM 101 63 running 100.20.12.203 - 102 169 running 100.20.92.182 server2.example.com 103 81 running 100.20.56.169 test.example.net 78965 236 running 100.20.77.204 server1.example.com
Lets consider the VPS with ID 78965 needs the new IP 100.20.80.200 to be added. So the command will be :
[root@linuxvps1 ~]# vzctl set 78965 --ipadd 100.20.80.200 Adding IP address(es): 100.20.80.200 WARNING: Settings were not saved. On next start the original values will be applied. Use --save to save the settings in the configuration file.
Save the Settings (this command will do the purpose instead of the above one)
[root@linuxvps1 ~]# vzctl set 78965 --save --ipadd 100.20.80.200 Adding IP address(es): 100.20.80.200 Saved parameters for Container 78965.
Thats it, now login to WHM and access ‘Change Site’s IP Address’. Select the website and change the IP address from the drop down list.
To remove an IP from the VPS
[root@linuxvps1 ~]# vzctl set 78965 --save --ipdel 100.20.80.200 Deleting IP address(es): 100.20.80.200 Saved parameters for Container 78965.
Mission Accomplished !
Continue Reading