add cloudflare issue to faq docs

This commit is contained in:
Simon Smith 2024-01-25 16:47:28 +00:00 committed by GitHub
parent b02541cd02
commit aaff3abc1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -66,3 +66,18 @@ To be able to transfer files
To be able to control keyboard and mouse
![](images/2023-11-29-12-58-36.png)
## I'm using cloudflare and I'm getting a black screen but the mouse moves?
If you are using cloudflare for your DNS hosting and your remote screen is black, DONT PANIC!
Unfortunately, MeshCentral currently doesnt work with CloudFlares Proxy DNS Mode, so the remote agent devices have to connect directly to your MeshCentral Server instead of being proxied!
The fix is to simply disable the 'Proxy Status' to OFF inside your DNS A Record.
Simple follow the steps [here](https://developers.cloudflare.com/fundamentals/setup/manage-domains/pause-cloudflare/#disable-proxy-on-dns-records)
Once done, open your firewall for the `port` and `agentPort` ports of where your meshcentral is hosted, then restart your MeshCentral Server
The is currently a PINNED GitHub issue about this [here](https://github.com/Ylianst/MeshCentral/issues/5302)