mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update README.md
This commit is contained in:
parent
f20018d081
commit
9de70cbd0b
1 changed files with 36 additions and 26 deletions
62
README.md
62
README.md
|
@ -1,43 +1,53 @@
|
|||
# PHYRE - WEB HOSTING PANEL
|
||||
# Welcome to PHYRE PANEL
|
||||
|
||||
![InstallScreen](screenshots/install-screen.png)
|
||||
![Dashboard](screenshots/dashboard.png)
|
||||
![Phyre Panel - Dashboard](screenshots/dashboard.png)
|
||||
## About PHYRE PANEL
|
||||
|
||||
## Introduction
|
||||
PhyrePanel is a web-based panel for linux. It is written in PHP and uses the Laravel framework.
|
||||
PHYRE PANEL is a powerful Linux multi-platform hosting control panel designed to simplify the process of managing web hosting servers. Whether you're a seasoned sysadmin or just starting out, PHYRE PANEL provides an intuitive interface and robust features to streamline your hosting management tasks.
|
||||
|
||||
## 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
|
||||
## Server Application Types Supported
|
||||
|
||||
PHYRE PANEL supports a variety of server application types, including:
|
||||
|
||||
- **Apache + PHP:** Versions 7.4, 8.0, 8.1, 8.3, and 8.4
|
||||
- **Apache + NodeJS**
|
||||
- **Apache + Python**
|
||||
- **Apache + Ruby**
|
||||
|
||||
## Features
|
||||
|
||||
### Server Applications
|
||||
Apache + PHP 7.4, 8.0, 8.1, 8.3, 8.4
|
||||
- **User-Friendly Interface:** PHYRE PANEL offers a clean and intuitive user interface, making it easy for users to manage their hosting environment.
|
||||
- **Multi-Platform Support:** Compatible with various Linux distributions, PHYRE PANEL ensures flexibility and accessibility across different server setups.
|
||||
- **Powerful Management Tools:** From domain management to database administration, PHYRE PANEL equips users with a comprehensive set of tools to efficiently manage their hosting infrastructure.
|
||||
- **Security and Reliability:** Built with security in mind, PHYRE PANEL includes features such as SSL management and automated backups to ensure the safety and reliability of your hosting environment.
|
||||
- **Scalability:** Whether you're hosting a small blog or a large e-commerce website, PHYRE PANEL scales with your needs, providing seamless scalability as your business grows.
|
||||
|
||||
Apache + NGINX
|
||||
## Getting Started
|
||||
|
||||
Apache + Python
|
||||
To get started with PHYRE PANEL, follow these simple steps:
|
||||
|
||||
Apache + Ruby
|
||||
1. **Installation:** Visit [our website](https://phyrepanel.com) to download the installation package for your server environment.
|
||||
2. **Configuration:** Follow the installation instructions to set up PHYRE PANEL on your server.
|
||||
3. **Access:** Once installed, access PHYRE PANEL via your web browser and log in using your credentials.
|
||||
4. **Explore:** Take some time to explore the features and functionalities of PHYRE PANEL and start managing your hosting environment with ease.
|
||||
|
||||
### Databases
|
||||
MySQL
|
||||
## Contributing
|
||||
|
||||
SQLITE
|
||||
We welcome contributions from the community to help improve PHYRE PANEL. If you have ideas for new features, bug fixes, or other enhancements, please feel free to [open an issue](https://github.com/PhyreApps/PhyrePanel/issues) or submit a pull request.
|
||||
|
||||
Remote Database Connections
|
||||
## Support
|
||||
|
||||
### UI/UX / Developing
|
||||
Clean Admin Panel
|
||||
For support and assistance with PHYRE PANEL, please visit our [documentation](https://phyrepanel.com/docs) or reach out to our [support team](mailto:support@phyrepanel.com).
|
||||
|
||||
Server Clustering
|
||||
## License
|
||||
|
||||
Easy Module Developing
|
||||
PHYRE PANEL is released under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## Join to our discord group
|
||||
https://discord.gg/yfFWfrfwTZ
|
||||
## Connect with Us
|
||||
|
||||
Stay up to date with the latest news and updates from PHYRE PANEL:
|
||||
|
||||
- Website: [https://phyrepanel.com](https://phyrepanel.com)
|
||||
- Discord: [https://discord.gg/yfFWfrfwTZ](https://discord.gg/yfFWfrfwTZ)
|
||||
|
||||
We hope you enjoy using PHYRE PANEL to simplify your hosting management tasks!
|
||||
|
|
Loading…
Reference in a new issue