PhyrePanel-mirror/docs/install.md
Bozhidar Slaveykov f20f21bf11 update
2025-01-30 14:37:48 +02:00

480 B

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