Update _index.en.md

This commit is contained in:
dinger1986 2024-05-31 15:46:07 +01:00 committed by GitHub
parent 287dbe7b95
commit 5fb2f78e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,3 +339,10 @@ sudo firewall-cmd --permanent --add-port=443/tcp
```
After above, run `sudo firewall-cmd --reload` to reload firewall.
#### After changing the admin password in the web console I cannot log in. Is there a simple way to reset the password?
1. Ensure you have rustdesk-utils installed (if not you can get it [here](https://github.com/rustdesk/rustdesk-server-pro), also you need to execute the command from the folder where the database is, ie /var/lib/rustdesk-server).
2. The command is `rustdesk-utils set_password username password` if it works it will say *Done*
You also have the following other commands `genkeypair, validatekeypair [public key] [secret key] , doctor [rustdesk-server], reset_email_verification and reset_2fa_verification` which can be used with rustdesk-utils.