==================================================================
BT-Panel default info!
==================================================================
外网面板地址: http://221.204.159.225:8888/22476e0c
内网面板地址: http://192.168.0.101:8888/22476e0c
*以下仅为初始默认账户密码,若无法登录请执行bt命令重置账户/密码登录
Traceback (most recent call last):
File "/www/server/panel/tools.py", line 669, in <module>
set_panel_username()
File "/www/server/panel/tools.py", line 377, in set_panel_username
print('username: ' + username)
TypeError: can only concatenate str (not "NoneType") to str
password: 3f51d38b
If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口
==================================================================
用那个改用户名密码的也不行
[root@centos ~]# cd /www/server/panel && python tools.py panel 123456
Traceback (most recent call last):
File "tools.py", line 667, in <module>
set_panel_pwd(sys.argv[2])
File "tools.py", line 69, in set_panel_pwd
result = sql.table('users').where('id=?',(1,)).setField('password',public.password_salt(public.md5(password),uid=1))
File "/www/server/panel/class/public.py", line 2484, in password_salt
chdck_salt()
File "/www/server/panel/class/public.py", line 2452, in chdck_salt
rep_default_db()
File "/www/server/panel/class/public.py", line 2423, in rep_default_db
bak_list = os.listdir(panel_backup)
OSError: [Errno 2] No such file or directory: '/www/backup/panel'
|
-
-
|