PhyrePanel/README.md

13 lines
378 B
Markdown
Raw Permalink Normal View History

2023-11-25 19:56:22 +00:00
# PhyrePanel
2023-11-23 20:13:27 +00:00
2024-04-04 20:05:25 +00:00
![Dashboard](screenshots/dashboard.png)
2023-11-23 20:13:27 +00:00
## Introduction
2023-11-25 19:56:22 +00:00
PhyrePanel is a web-based panel for linux. It is written in PHP and uses the Laravel framework.
2023-11-23 20:13:27 +00:00
## Installation
2023-11-25 19:56:22 +00:00
To install PhyrePanel, you need to run this commands:
2023-11-23 20:16:50 +00:00
```
2023-11-25 19:56:22 +00:00
wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/installers/install.sh && chmod +x install.sh && ./install.sh
2023-11-23 20:16:50 +00:00
```