Archive for the ‘CENTOS’ Category
VTONF. OpenVZ Control Panel. July 5th, 2009
1. First download Vtonf.
http://vtonf.com/downloads.html
2. You will need “expect” installed. Anyway if something is missing the installation will do precheck for all pre-required tools and you can easily install them from the online repository using yum.
yum install expect3. Install it.
The installation will ask you for the user name and password you will use to authenticate.
sh installer.sh4. You should be good to go. Access vtonf on port 8001.
http://<server_ip_address>:8001
5. If you experience issues accessing the site after the installation you can do this.
Edit
vi /etc/vtonf/vtonf.conf
Modify these lines.
... fastcgi.server = ( ".php" => ( <strong>"*"</strong> => ( "socket" => "/tmp/vtonf.socket", ...
Restart vtonf service.
/etc/init.d/vtonfd restart
Try again to access the vtonf web interface.
http://ipaddress:8001
Tags: Administration, Installation, OpenVZ, Virtualization
Posted in CENTOS, Linux, OpenVZ, Uncategorized, Virtualization | Comments (0)