
how to Reset litespeed web management password
After installing litespeed, it can be managed through the web by default.
But after a long time, I will forget the password. Here is a command to reset the litespeed web management password.
All mention is that the installation of litespeed is the default, which means that you do not have a custom installation of litespeed. . .
1
2
cd /usr/local/lsws/admin/misc
Enter a new username, then press Enter and enter a new password. Litespeed password changed successfully
1
./admpass.sh
Lazy method, one command modification
1
sh /usr/local/lsws/admin/misc/admpass.sh
💘 相关文章
- 使用301实现域名跳转到www包括https的3种方法
- 重设litespeed的web管理密码
- 一款基于web GUI的 boltdb数据库编辑器
- 通过web获取客户端的内网ip地址
- mac系统安装web压力测试工具webbench以及webbench使用演示的记录
- Openlitespeed /litespeed deny methods to access folders and files
- 以安全著称的web服务器Hiawatha 停止开发了
- debian系统安装国产web服务器kangle的记录,
- 轻量级的Php mysql web 管理客户端程序Adminer
- Openlitespeed /litespeed 添加HSTS的方法