分类: 电脑技术
作者: admin

LXC Web Panel

lxc就是系统级别上的隔离,无须再硬件上做任何配置,就可以达到虚拟机的效果

LXC Web Panel 是基于 Web 的 LXC 图形化配置

 

 

Requirements

GitHub repository

  • Ubuntu 12.04 or higher
  • LXC 0.8 or higher
  • /var/lib/lxc as LXC root path

Automatic installation

Copy/past the following code to your server
wget http://lxc-webpanel.github.io/tools/install.sh -O - | bash
Connect you on http://your_ip_address:5000/
Login with user admin and password admin

 

Automatic update

Copy/past the following code to your server
wget http://lxc-webpanel.github.io/tools/update.sh -O - | bash

 

Manual installation

Clone our repository
git clone https://github.io/lxc-webpanel/LXC-Web-Panel.git
Install Flask
pip install flask==0.9
Run LXC Web Panel
python lwp.py
Connect you on http://your_ip_address:5000/
Login with user admin and password admin