Installation
To install PhyrePanel, you need to run this commands:
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/install.sh && chmod +x install.sh && ./install.sh
The admin panel can be opened on port: yourserver.com:8443
Updating
To update PhyrePanel to the latest version, run this command:
rm -rf update.sh && wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/web/update.sh && chmod +x update.sh && ./update.sh