# PhyrePanel ![Dashboard](screenshots/dashboard.png) ## Introduction PhyrePanel is a web-based panel for linux. It is written in PHP and uses the Laravel framework. ## Installation To install PhyrePanel, you need to run this commands: ``` wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/installers/install.sh && chmod +x install.sh && ./install.sh ```