Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.md #4536

Merged
merged 20 commits into from Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/docs/meshcentral/SSLnletsencrypt.md
@@ -0,0 +1,17 @@
# SSL/Letsencrypt

## MeshCentral supports SSL using self generated certs, your own certs or Letsencrypt

### To enable Letsencrypt do the following in your config.json file:

1. Under Settings, change `"_redirPort"` to `"redirPort"` and `"_cert" to `"cert": "yourdomain.com",
2. Under letsencrypt change `"_letsencrypt"` to `"letsencrypt"`, enter your email address at `"email"` and yourdomain.com for `"names"` and change `"production"` to true.
3. Restart meshcentral and it will get a cert for you, the process will need to restart to apply the cert.

### Useful resources/troubleshooting

To check letsencrypt is working properly please use https://letsdebug.net/

Also make sure you have port 80 open and pointing to your meshcentral server, IT WILL NOT work if port 80 isnt open and it HAS to be port 80.

You can read more about Letsencrypt and meshcentral [here](https://ylianst.github.io/MeshCentral/meshcentral/#lets-encrypt-support).
9 changes: 7 additions & 2 deletions docs/docs/faq.md → docs/docs/meshcentral/faq.md
@@ -1,6 +1,6 @@
# FAQ

## Help! I've been hacked there are weird agents appearing in my Tactical RMM
## Help! I've been hacked there are weird agents appearing in my MeshCentral Console

No, you haven't.

Expand All @@ -14,7 +14,7 @@ No, you haven't.

4. They ran it against their virtualization testing cluster.

5. You allow anyone to connect to your rmm server (you should look into techniques to hide your server from the internet).
5. You allow anyone to connect to your server (you should look into techniques to hide your server from the internet).

6. Here are some examples of what that looks like.

Expand All @@ -25,3 +25,8 @@ You're sure you're typing in everything right, giving it 2FA code and can't logi
[TOTP](https://en.wikipedia.org/wiki/Time-based_one-time_password) is time sensitive, check your time/NTP and make sure it's right (on server and TOTP app device)! :)

![](images/2022-08-04-18-19-19.png)

# Branding and Customisation

You can brand and customise MeshCentral almost as much as you like without delving into the code, a few changes in the config.json file and uplaoding images can change the way your system looks. Read more [here](https://ylianst.github.io/MeshCentral/meshcentral/#branding-terms-of-use)

File renamed without changes.
5 changes: 4 additions & 1 deletion docs/mkdocs.yml
Expand Up @@ -15,9 +15,12 @@ nav:
- 'Debugging': 'meshcentral/debugging.md'
- 'Device Tabs': 'meshcentral/devicetabs.md'
- 'Plugins': 'meshcentral/plugins.md'
- 'SSL': 'meshcentral/SSLnletsencrypt.md'
- 'Security': 'meshcentral/security.md'
- 'Tokens': 'meshcentral/tokens.md'

- 'FAQ': 'meshcentral/faq.md'
- 'Tips n Tricks': 'meshcentral/tipsntricks.md'

- Design and Architecture:
- design/index.md

Expand Down