开源实例之Froxlor
前言
Froxlor is the lightweight server management software for your needs.
Froxlor 是一款基于 LNMP 环境开发的 WEB 控制面板,非常轻量,使用简单。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 7.4 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | Froxlor 2.0.12 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP(推荐 PHP 7.4)
- 已安装数据库,如 MySQL
- 已安装 Nginx
域名解析
以 Nginx 为例,配置 url 重写:
if (!-e $request_filename) {
rewrite ^/(.*) /index.php/$1 last;
}
安装程序
官网地址:https://froxlor.org
从官网下载最新压缩包,当前 2.0.12 版本大小是 3.6 MB。解压到服务器域名解析的目录,然后访问网站,跟随安装程序引导填写即可。
实例体验
后记
本实例仅供参考,不定期重置数据。