OpenVZ Web Panel is a GUI web-based frontend for controlling of the hardware and virtual servers with theOpenVZ.
Install OpenVZ Web Panel on Debian:
# wget http://ovz-web-panel.googlecode.com/svn/installer/ai.sh# chmod +x ai.sh# ./ai.sh |
Now the web panel will install automatically on your server:
Installation finished.Starting services…Starting OpenVZ Web PanelStarting watchdog daemon…=> Booting WEBrick…=> Rails 2.2.2 application started on http://0.0.0.0:3000[2012-03-02 17:57:30] INFO WEBrick 1.3.1[2012-03-02 17:57:30] INFO ruby 1.8.7 (2010-08-16) [i486-linux]Syncing physical servers state…Place hardware daemon on machine with OpenVZ.To start hardware daemon run:sudo ruby /opt/ovz-web-panel//utils/hw-daemon/hw-daemon.rb startPanel should be available at:http://your-ip:3000Default credentials: admin/admin———————————– |
After installation the Web Panel should be available on http://your-ip:3000 url.
To start/stop the Web Panel run the command:
# /etc/init.d/owp startor |
# /etc/init.d/owp stop |
Uninstall OpenVZ Web Panel:
To uninstall the panel you need to run the following command:
# wget -O - http://ovz-web-panel.googlecode.com/svn/installer/ai.sh | sh -s UNINSTALL=1 |
The output will look like this:
———————————–OpenVZ Web Panel Installer.———————————–Checking environment…System info: Linux fpm 2.6.32-5-openvz-686 #1 SMP Mon Jan 16 17:54:17 UTC 2012 i686 GNU/LinuxDetecting distrib ID…Checking presence of the command: lsb_releaseNo LSB modules are available.LSB info: Distributor ID: Debian Description: Debian GNU/Linux 6.0.4 (squeeze) Release: 6.0.4 Codename: squeezeDetected distrib ID: DebianOpenVZ virtual environment detected.Stopping services…Stopping OpenVZ Web Panel serverWatchdog daemon was stopped.update-rc.d: using dependency based boot sequencingPanel was uninstalled. |

