Xlpanel

Product information

Release v1.0 (Updated )

Reviews

0 von 5 Sternen

587 downloads

Xlpanel - A client for Pterodactyl

Release history

Team

h3l2f blyat

h3l2f's profile photo

Description

Xlpanel - A client for pterodactyl.

Version-1.0-0040ff.svg Codename-novaya_veshsh-0000aa.svg

Update: ver 1.0 (novaya veshsh)

> Just renew everything!

Change logs: v1.0

  • New UI
  • New experience

Key features

  • Manage your pterodactyl server
  • Afk for coins
  • Admin page
  • Easy to use

Require

  • Python 3.10 or higher.
  • Libraries in requirements.txt file.

Installation

Nginx Configuration

If you are using nginx for webserver, you need to do this step before the main installation:

  • Create a nginx's conf file:
sudo touch /etc/nginx/sites-available/.conf
  • Paste this code into that file:
server {
    listen 80;
    listen [::]:80;
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name ;

    ssl_certificate ;
    ssl_certificate_key ;

    location / {
        proxy_pass http://localhost:;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
        proxy_set_header    X-Real-IP $remote_addr;
    }
}
  • Link that file to sites-enabled folder:
sudo ln -s /etc/nginx/sites-available/.conf /etc/nginx/sites-enabled/.conf
  • Restart the nginx:
    • ubuntu: sudo systemctl restart nginx
    • alpine: sudo service restart nginx

> Done. Now you can go to the main installation!

  • Download the release
  • Extract that file && go to the directory
  • Install the requirement libraries:
pip install -r requirements.txt
  • Copy config.example.json to config.json:
cp config.example.json config.json
  • Config the config.json file.
  • Run the server:
python main.py

> Done. Now your server is online!

  • To change the icon, please upload your icon into statics/img folder and replace the logo.png with your new icon.

  • More info: github

Pterodactyl theme

PL3CRTX.png
  • Now you can have a pterodactyl theme with our style for free!

> Remember: Your pterodactyl need to have Blueprint before you can apply the theme.

Enjoy your new client!