linux超级管理员

root@43.156.11.140 276183492Ma@

root@43.156.11.140 276183492Ma@

🧑‍💻 第 1 步:创建用户 lyao

useradd lyao

设置密码:

passwd lyao

🛡️ 第 2 步:加入超级管理员组(wheel)

这是 关键一步

usermod -aG wheel lyao
或者
usermod -aG sudo lyao

验证一下:

id lyao

看到类似下面就对了:

uid=1001(lyao) gid=1001(lyao) groups=1001(lyao),10(wheel)

🔥 第 3 步:测试是否真的是“超级管理员”

切换到这个用户:

su - lyao

然后试:

sudo -i

如果你看到提示符变成:

[root@VM-0-9-rockylinux ~]#

wheel = sudo 管理员

拥有 root 级操作能力

管理

aaPanel : username: vq28zb2m password: AK47AK

数据后台 对应ip就是43.156.11.140 admin / AK98K

aaPanel Internal Address: https://154.89.152.225:14906/e88720c4 username: qckovgfb password: ddcd8652

https://154.89.152.225:7800/softs/app

旧的:
aaPanel Internet Address: https://43.156.11.140:9898/655e73c6
aaPanel Internal Address: https://172.22.0.10:9898/655e73c6
username: vq28zb2m
password: AK168K
管理员
https://akantg.com/app/admin
admin
AK168K
上号器地址
akantg.com
[root@VM-0-9-rockylinux ~]# bt default
==================================================================
aaPanel default info!
==================================================================
aaPanel Internet IPv4 Address: https://43.156.11.140:9898/655e73c6
aaPanel Internal Address:      https://172.22.0.9:9898/655e73c6
username: vq28zb2m
password: ********
Warning:
If you cannot access the panel, 
release the following port (9898|888|80|443|20|21) in the security group
==================================================================

评论

评论加载中……