Webmin makes it easy to transfer an existing account from WHM/cPanel. To do this, first we need to package up our old account in WHM/cPanel. Make a note of our old account’s username & password, PuTTY into our old WHM/cPanel server, Use the following command to package the old account: […]
command line
2 posts
It’s often necessary to restart your virtual server. This can be done through your control panel, or at the command line with this command: [root@server ~]# shutdown -r now That’s it. The “-r” switch simply means “reboot” after shutdown. Job done!