报错原因
我们在使用腾讯云轻量服务器,安装宝塔面板时,SSH面板提示报错:Error: This command has to be run with superuser privileges (under the root user on most systems).
我的站长站用翻译工具看了,大概报错的意思是:运行的命令必须以超级用户权限运行。所以当前的用户是普通用户,必须用密钥登录的超级用户才行。
解决方法
1、新建密钥:点击“密钥”,创建一个密钥。
2、绑定密钥:点击SSH密钥,绑定刚刚创建的密钥到服务器。绑定成功后,还会下载一个密钥文件到电脑本地上。
3、用密钥登录:点击右上角的“登录”,选择“密钥登录”,密钥选择刚刚生成的密钥文件,一般在你的浏览器默认下载目录里。
成功登录后,就可以直接安装宝塔面板了。
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
- 腾讯云生成备案授权码步骤 [2023-02-02]
- 腾讯云修改认证主体信息教程 [2023-02-02]
- 腾讯云轻量应用服务器如何创建镜像和使用镜像 [2022-10-11]
- 腾讯云轻量服务器安装宝塔面板报错Error: This command has to be run with superuser privileges (under the root user on most systems). [2022-09-27]
- 腾讯云轻量服务器安装宝塔面板教程(图文) [2022-09-27]