add cloudflare issue to faq docs

Simon Smith committed Jan 25, 2024 at 16:47 UTC aaff3abc1ad7de061a2ee8ad3d1962e510d2f036
1 file changed +15
docs/docs/meshcentral/faq.md
+15
@@ -66,3 +66,18 @@ To be able to transfer files
66 To be able to control keyboard and mouse
67
68 ![](images/2023-11-29-12-58-36.png)
69 +
70 +## I'm using cloudflare and I'm getting a black screen but the mouse moves?
71 +
72 +If you are using cloudflare for your DNS hosting and your remote screen is black, DONT PANIC!
73 +
74 +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!
75 +
76 +The fix is to simply disable the 'Proxy Status' to OFF inside your DNS A Record.
77 +
78 +Simple follow the steps [here](https://developers.cloudflare.com/fundamentals/setup/manage-domains/pause-cloudflare/#disable-proxy-on-dns-records)
79 +
80 +Once done, open your firewall for the `port` and `agentPort` ports of where your meshcentral is hosted, then restart your MeshCentral Server
81 +
82 +The is currently a PINNED GitHub issue about this [here](https://github.com/Ylianst/MeshCentral/issues/5302)
83 +