Skip to content

Installation

CorwinDev edited this page Jul 13, 2022 · 1 revision

Installing our panel is very simple:

Just run this command on your ubuntu/debian server!
bash <(curl -s https://raw.githubusercontent.com/XeonPanel/panel/main/install.sh)

Or install it yourself,
Requirements: python3, pip3, git

  1. Git clone it in your folder and cd to that folder
  2. Install pip packages pip3 install -r requirements.txt
  3. Start server: python app.py

Clone this wiki locally