-
Notifications
You must be signed in to change notification settings - Fork 0
Installation (Permission Manager)
Louis Ravignot Dos Santos edited this page Oct 22, 2023
·
2 revisions
For the sake of this tutorial, we will assume that Pterodactyl is already configured and installed. If this is not the case, here are some tutorials that may help you from other sources:
Please note that if you get a problem during a step, feel free to join our Discord to open a ticket.
If you are missing folders, download the addon again.
Execute these commands :
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt install -y nodejs
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
sudo yum install -y nodejs yarn
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
sudo dnf install -y nodejs yarn
In your SSH terminal, run these commands :
npm i -g yarn
cd /var/www/pterodactyl
yarn install
Follow the PanelEdit_EN.txt or the PanelEdit_FR.txt file contained in the .zip file that you have downloaded.
The addon is now fully configured. You can use it perfectly.
If you got any idea to add to the documentation or you have a problem for a specific step, don't hesitate to tell use on our Discord by opening a ticket.