Xlpanel
Product information
Release v1.0 (Updated )
Reviews
0 von 5 Sternen
587 downloads
Xlpanel - A client for Pterodactyl
Release historyTeam
h3l2f blyat
Description
Xlpanel - A client for pterodactyl.
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.txtfile.
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-enabledfolder:
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
- ubuntu:
> 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.jsontoconfig.json:
cp config.example.json config.json
- Config the
config.jsonfile. - Run the server:
python main.py
> Done. Now your server is online!
-
To change the icon, please upload your icon into
statics/imgfolder and replace thelogo.pngwith your new icon. -
More info: github
Pterodactyl theme
- 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.