No description
- PHP 95.3%
- Twig 3.8%
- HTML 0.7%
- SCSS 0.2%
|
Some checks failed
Froxlor-CI-MariaDB / Froxlor (PHP 7.4, MariaDB 10.11) (push) Has been cancelled
Froxlor-CI-MariaDB / Froxlor (PHP 8.3, MariaDB 10.11) (push) Has been cancelled
Froxlor-CI-MariaDB / Froxlor (PHP 7.4, MariaDB 10.5) (push) Has been cancelled
Froxlor-CI-MariaDB / Froxlor (PHP 8.3, MariaDB 10.5) (push) Has been cancelled
Froxlor-CI-MySQL / Froxlor (PHP 7.4, MySQL 5.7) (push) Has been cancelled
Froxlor-CI-MySQL / Froxlor (PHP 8.3, MySQL 5.7) (push) Has been cancelled
Froxlor-CI-MySQL / Froxlor (PHP 7.4, MySQL 8) (push) Has been cancelled
Froxlor-CI-MySQL / Froxlor (PHP 8.3, MySQL 8) (push) Has been cancelled
Froxlor-CI-MariaDB / Create nightly/testing tarball (push) Has been cancelled
This reverts commit
|
||
|---|---|---|
| .github | ||
| actions | ||
| bin | ||
| cache | ||
| doc | ||
| install | ||
| lib | ||
| lng | ||
| logs | ||
| templates | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| 2fa.php | ||
| admin_admins.php | ||
| admin_apcuinfo.php | ||
| admin_autoupdate.php | ||
| admin_configfiles.php | ||
| admin_cronjobs.php | ||
| admin_customers.php | ||
| admin_domains.php | ||
| admin_index.php | ||
| admin_ipsandports.php | ||
| admin_logger.php | ||
| admin_message.php | ||
| admin_mysqlserver.php | ||
| admin_opcacheinfo.php | ||
| admin_phpsettings.php | ||
| admin_plans.php | ||
| admin_settings.php | ||
| admin_templates.php | ||
| admin_traffic.php | ||
| admin_updates.php | ||
| api.php | ||
| api_keys.php | ||
| build.xml | ||
| composer.json | ||
| composer.lock | ||
| COPYING | ||
| customer_domains.php | ||
| customer_email.php | ||
| customer_extras.php | ||
| customer_ftp.php | ||
| customer_index.php | ||
| customer_logger.php | ||
| customer_mysql.php | ||
| customer_traffic.php | ||
| dns_editor.php | ||
| error_report.php | ||
| index.php | ||
| logfiles_viewer.php | ||
| package-lock.json | ||
| package.json | ||
| phpcs.xml | ||
| phpdox.xml | ||
| phpmd.xml | ||
| phpunit.xml | ||
| README.md | ||
| SECURITY.md | ||
| ssl_certificates.php | ||
| ssl_editor.php | ||
| vite.config.js | ||
Froxlor
The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.
Installation
Fast install
- Ensure that your webserver serves /var/www/html
- Extract froxlor into /var/www/html
- Point your browser to http://[ip-of-webserver]/froxlor
- Follow the installer
- Login as administrator
- Have fun!
If you have chosen to do the configuration by hand during the installation, you have to complete some more steps:
- Adjust "System > Settings" according to your needs
- Choose your distribution under "System > Configuration"
- Follow the steps for your services
Detailed installation
https://docs.froxlor.org/latest/general/installation/
Help
You may find help in the following places:
Discord
The froxlor community discord server can be found here: https://discord.froxlor.org
Forum
The community is located on https://forum.froxlor.org/
Documentation
The documentation may be found at https://docs.froxlor.org/
License
May be found in COPYING
Downloads
Tarball
https://files.froxlor.org/releases/froxlor-latest.tar.gz MD5 SHA1
Debian / Ubuntu repository
Debian
apt -y install apt-transport-https lsb-release ca-certificates curl gnupg
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'
Ubuntu
apt -y install apt-transport-https lsb-release ca-certificates curl gnupg
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'