LXC Web Panel


Requirements

GitHub repository

Automatic installation

Copy/paste the following code to your server
wget https://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/paste the following code to your server
wget https://lxc-webpanel.github.io/tools/update.sh -O - | bash

Manual installation

Clone our repository
git clone https://github.com/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