1Panel offers an intuitive web interface for managing websites, files, containers, databases and LLMs within a Linux server.
Top-Rated Web-based Linux Server Management Tool
Best VPS control panel
1Panel is an open-source, modern web-based control panel for Linux server management.
- Efficient Management: Through a user-friendly web graphical interface, 1Panel enables users to effortlessly manage their Linux servers. Key features include host monitoring, file management, database administration, container management, LLMs management.
- Rapid Website Deployment: With deep integration of the popular open-source website building software WordPress, 1Panel streamlines the process of domain binding and SSL certificate configuration, all achievable with just one click.
- Application Store: 1Panel curates a wide range of high-quality open-source tools and applications, facilitating easy installation and updates for its users.
- Security and Reliability: By leveraging containerization and secure application deployment practices, 1Panel minimizes vulnerability exposure. It further enhances security through integrated firewall management and log auditing capabilities.
- One-Click Backup & Restore: Data protection is made simple with 1Panel's one-click backup and restore functionality, supporting various cloud storage solutions to ensure data integrity and availability.
Execute the script below and follow the prompts to install 1Panel:
curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.shPlease refer to our documentation for more details.
中国用户请使用这个 安装脚本,其应用数量比国际版本更丰富。
from https://github.com/1Panel-dev/1Panel
-----
1Panel 离线安装包
1Panel 离线安装包, 供无法访问外网的用户使用
(*) 注意: 带 offline 的是离线安装包, 不带 offline 的需要自行部署好 Docker 和 Compose 环境.
Docker 手动安装请参考 Docker 官方文档.
Compose 手动安装请参考 Compose 官方文档.
下载对应版本的离线安装包, 解压后运行 install.sh 或者 upgrade.sh 即可安装或者升级.
| OS/Arch | Arch | Architecture |
|---|---|---|
linux/amd64 |
amd64 |
x86_64 |
linux/arm64 |
arm64 |
aarch64 |
linux/arm/v6 |
armv6 |
armel |
linux/arm/v7 |
armv7 |
armhf |
linux/loong64 |
loong64 |
loongarch64 |
linux/ppc64le |
ppc64le |
ppc64le |
linux/riscv64 |
riscv64 |
riscv64 |
linux/s390x |
s390x |
s390x |
请使用 root 用户执行安装脚本, 并且确保环境中已经存在下面命令:
- tar
- iptabls
- systemd
./install.sh --help
Usage: ./install.sh [OPTIONS]
Global Options:
-h, --help Show this help message and exit
-v, --version Show the version information
--port Configure web access port in the Installation Phase.
--user Configure 1Panel user in the Installation Phase.
--password Configure 1Panel password in the Installation Phase.
--entrance Configure 1Panel web security access in the Installation Phase.
--install-dir Configure 1Panel install directory in the Installation Phase.
For more help options on how to use 1Panel, head to https://1panel.cn/docs/
## 后台的相关设置, 自行修改
# (*) 密码推荐使用 24 位以上的随机字符串
# (*) 入口推荐使用随机字符串, 比如 --entrance x8elulqXDVTszo6o4j 注意不支持特殊字符串
#
# --port 8888 # 端口号 8888
# --user admin # 用户名, 通常不要使用 admin 作为用户名
# --password WeakPassword # 密码, 请使用强密码
# --entrance secret # 设置 entrance 后只能通过访问 http://ip:port/secret 访问 1Panel
# --install-dir /opt/1panel # 1Panel 数据存储目录
./install.sh --port 8888 --user admin --password WeakPassword --entrance secret --install-dir /opt/1panel升级没有参数, 直接执行即可 (由于版本被写死在数据库里面, 需要通过 sqlite3 命令处理).
./upgrade.sh# 请根据自己实际的安装路径修改 /opt/1panel/db/1Panel.db
sqlite3 /opt/1panel/db/1Panel.db
# v1.10.21-lts 改成你升级后的版本号即可
UPDATE settings SET value = 'v1.10.21-lts' WHERE key = 'SystemVersion';
.exit
systemctl restart 1panel1pctl uninstall需要购买专业版可以使用推荐码 78Ty5WXr,专业版功能请参考 1Panel 官网
from https://github.com/wojiushixiaobai/1Panel-installer
No comments:
Post a Comment