PhyrePanel/README.md
Bozhidar Slaveykov 183e3f1c08 update
2024-04-04 23:05:25 +03:00

12 lines
378 B
Markdown

# 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
```