安装和卸载1Panel

✅ 卸载1Panel命令行

✅只要在Linux终端输入1pctl uninstall就能卸载掉1panel。

1pctl uninstall

💥上面的卸载命令行,百度和官网找都找不到。

💥最后是在github 关闭的问题里才找到这个卸载1panel 的命令行


✅ 各系统安装1panel

RedHat / CentOS

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh

Ubuntu

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh

Debian

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh

openEuler / 其他

# 第一步:安装 docker
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
# 第二步:安装 1Panel
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh

✅ 1panel其他快捷指令

1panel app         # 应用相关命令
1panel completion  # Generate the autocompletion script for the specified shell
1panel help        # Help about any command
1panel listen-ip   # 切换监听 IP
1panel reset       # 重置系统信息
1panel restore     # 回滚 1Panel 服务及数据
1panel update      # 修改面板信息
1panel user-info   # 获取面板信息
1panel version     # 获取系统版本信息
1pctl update password #更新密码

✅ 其他

1panel类似宝塔的面板,但是功能没有宝塔的多,但是1panel也足够用了。

1panel试过还行,不过安装的dockers容器删除后,再重新部署(名称一样),会安装不了,提示名称重复,SSH 查看docker 没有容器,就一直安装不上。

而且非常不喜欢用docker 安装MySQL,所有要就尝试卸载。



知识共享许可协议本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。

相关推荐

Ubuntu 开启cron日志

✅ 1、打开终端。 ✅ 2、编辑 rsyslog 配置文件以将 cron 记录发送到指定文件。 你可以使用你喜 ...

暂无评论

目录展开