本文最后更新于:2024年6月30日 晚上
开源产品总是值得折腾的
折腾它的这一天,它的最新版本是 v1.4.3
开始安装
参考:https://github.com/1Panel-dev/1Panel/releases/latest
1.1 一键安装
CentOS/RHEL
1
| curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
|
Ubuntu
1
| curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
|
Debian
1
| curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh
|
1.2 在线升级
登录 1Panel Web 控制台,在页面右下角点击 【检查更新】 进行在线升级。
1.3 安装完成
控制台将输出如下信息
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| [1Panel Log]: =================感谢您的耐心等待,安装已经完成================== [1Panel Log]: [1Panel Log]: 请用浏览器访问面板: [1Panel Log]: 面板地址: http://192.168.2.23:19743/32******4a [1Panel Log]: 用户名称: a***n [1Panel Log]: 用户密码: A**********6 [1Panel Log]: [1Panel Log]: 项目官网: https://1panel.cn [1Panel Log]: 项目文档: https://1panel.cn/docs [1Panel Log]: 代码仓库: https://github.com/1Panel-dev/1Panel [1Panel Log]: [1Panel Log]: 如果使用的是云服务器,请至安全组开放 19743 端口 [1Panel Log]: [1Panel Log]: ================================================================
|