2023-07-26 10:25:03 +08:00
|
|
|
# User Guide
|
|
|
|
|
|
|
|
## FAQ
|
|
|
|
|
|
|
|
#### user can not sudo?
|
|
|
|
|
|
|
|
```
|
2023-07-26 17:48:16 +08:00
|
|
|
# add user to sudo/admin group (select one command)
|
2023-07-26 10:25:03 +08:00
|
|
|
usermod -aG wheel username
|
2023-07-26 17:48:16 +08:00
|
|
|
usermod -aG sudo username
|
2023-07-26 10:25:03 +08:00
|
|
|
|
|
|
|
# sudo not need to input password
|
|
|
|
```
|
|
|
|
|
2023-10-07 16:00:55 +08:00
|
|
|
#### Can not login with correct credential?
|
|
|
|
|
|
|
|
Many reason may make you login failed with the correct credential:
|
|
|
|
|
|
|
|
- Cookie at you browser if IP change, need to clear cookie
|
|
|
|
- *.override.json is not correct
|
|
|
|
- TLS certificate
|
|
|
|
- User not allowed login, need to modify ssh_config file
|
2023-07-26 10:25:03 +08:00
|
|
|
|
2023-10-07 16:00:55 +08:00
|
|
|
More details, you can get it from `sudo grep cockpit /var/log/messages`
|
2023-10-06 11:19:57 +08:00
|
|
|
|
|
|
|
#### How to modify Websoft9 port?
|
|
|
|
|
|
|
|
Access web console > settings or use cli to modify port
|