buy tb-500

Archive for the ‘Virtual Private Server (VPS)’ Category

Change VPS (container) password for linux and windows

Sunday, May 1st, 2011

Linux

vzctl set 101 –userpasswd root:123456

101 is the container ID, you can change to any container id

Windows

vzctl set 101 –userpasswdadministrator:123456

Thank you.

vps-commands

Saturday, June 19th, 2010

vzlist -a |grep 124.217.246.15

to enter to the vps
vzctl   enter  1860  (1860 mean vps id that we got it when we grep the ip in previous step)

then after that we follow same like linux commands