Skip to content

Practyl is a control panel that allocates resources for the Pterodactyl Panel.

License

Notifications You must be signed in to change notification settings

TutoMineYT/Practyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practyl

Practyl es un panel de control para pterodactyl con el que podas crear servidores, user servidores, etc.

Discord

Requerimientos

- NodeJS > 18

Guia de instalacion.

1º PASO

git clone https://github.com/TutoMineYT/Practyl

2º PASO

cd Practyl

3º PASO

npm i

4º PASO

node .

Tener projecto 24/7

1º PASO

npm i -g pm2

2º PASO

cd DIRECTORIO && pm2 start index.js --name Practyl

3º PASO (Iniciar automaticamente con el sistema) - REQUIERE LINUX

pm2 startup

Guia de instalacion de NGINX (Linux systems)

1º PASO

apt update && apt upgrade

2º PASO

apt install nginx certbot python3-certbot-nginx

3º PASO

ln -s /etc/nginx/sites-available/practyl.conf /etc/nginx/sites-enabled/practyl.conf

4º PASO

nano /etc/nginx/sites-available/pracytl.conf

5º PASO

SE PONE DENTRO:
server {
    listen       80;
    server_name  <DOMINIO>;

    location / {
        proxy_pass http://127.0.0.1:8080;
    }
}

6º PASO

certbot --nginx -d <DOMINIO>

7º PASO

systemctl restart nginx

About

Practyl is a control panel that allocates resources for the Pterodactyl Panel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published