docs - enabling keys
This commit is contained in:
parent
e9e98ebcfc
commit
3a7c506a8f
|
@ -39,7 +39,7 @@ bash -x install.sh 2>&1 | tee install.log
|
|||
|
||||
## "Bad credentials" error when trying to login to the Web UI
|
||||
|
||||
If you are sure you are using the correct credentials and still getting a "bad credentials" error, open your browser's dev tools (ctrl + shift + j on chrome) and check the Console tab to see the real error.
|
||||
If you are sure you are using the correct credentials and still getting a "bad credentials" error, open your browser's dev tools (++ctrl+shift+j++ on chrome) and check the Console tab to see the real error.
|
||||
|
||||
It will most probably be a CORS error which means you need to check your DNS settings and make sure whatever computer you're trying to access the UI from resolves your 3 subdomains to the correct IP of the server running the RMM (public IP if running in the cloud, or private IP if running behind NAT).
|
||||
|
||||
|
@ -138,7 +138,7 @@ This will fix permissions and reinstall python/node packages that might have got
|
|||
|
||||
Check the debug log from the web UI: **File > Debug Log**
|
||||
|
||||
Open your browser's dev tools (ctrl + shift + j on chrome) and check the Console tab for any errors
|
||||
Open your browser's dev tools (++ctrl+shift+j++ on chrome) and check the Console tab for any errors
|
||||
|
||||
Check all the systemd services that the rmm uses to function and check to make sure they're all active/running and enabled:
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ To renew your Let's Encrypt wildcard cert, run the following command, replacing
|
|||
sudo certbot certonly --manual -d *.example.com --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m admin@example.com --no-eff-email
|
||||
```
|
||||
|
||||
Same instructions as during install for [verifying the TXT record](install_server.md#deploy-the-txt-record-in-your-dns-manager) has propagated before hitting Enter.
|
||||
Same instructions as during install for [verifying the TXT record](install_server.md#deploy-the-txt-record-in-your-dns-manager) has propagated before hitting ++enter++.
|
||||
|
||||
After this you have renewed the cert, simply run the `update.sh` script, passing it the `--force` flag.
|
||||
|
||||
|
|
|
@ -87,6 +87,7 @@ extra:
|
|||
link: "https://github.com/wh1te909/tacticalrmm"
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.keys
|
||||
- pymdownx.inlinehilite
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
|
Loading…
Reference in New Issue