Simon Smith

Results 1650 comments of Simon Smith

not sure if it matters BUT change `proxy_pass http://localhost:4430;` to `proxy_pass http://localhost:4430/;` also remove `CF-Connecting-IP` then restart nginx

im literally not sure now? out of ideas? ill have to create vm 2moz and try replicate ur issue

@Coolguy3289 look what i just discovered! https://github.com/Ylianst/MeshAgent/issues/141 the same issue as you! and i think also the same type of device too!

is this still an issue or can it be closed?

implemented here https://github.com/Ylianst/MeshCentral/commit/8e70cd7187a4a94a799ef9e294400f3ff3da3297 https://github.com/Ylianst/MeshCentral/commit/68ac8cf86c3c089e5d051c7c4ff6a23267cbaed0 https://github.com/Ylianst/MeshCentral/commit/1b01b90cd6498a320b016933651abd509216833a https://github.com/Ylianst/MeshCentral/commit/6a366fe174da6ba1a3e163f5b14a2d9d9b204714 https://github.com/Ylianst/MeshCentral/commit/d9262f7c9da03881fd25c363f717f452d06e117d under Account Settings `Switch theme` ![image](https://github.com/user-attachments/assets/614bafaf-6fdd-41af-b1bb-cd7f5714a249) ![image](https://github.com/user-attachments/assets/1f9a239e-6210-4d39-9229-bd5434678cc3)

you need to find the string inside of index.html and all other language index.html files and replace the string there too, not just the translate.json so i cannot merge this...

Node 14 is EOL, the min requirement is node 16, and recommended node 18. So please update node and try again

Config all looks OK at first glance? What's your reverse proxy config? I'm guessing the AMT port is also proxied via ur reverseproxy? Do u get any errors when u...

Somethings changed. `Code signed MeshService64.exe` It's codesigned all ur exes again? And this only happens if a dns name or certificate has changed? How did u update? Do u have...

Try the following 1. Stop the meshcentral service 2. `cd /root/meshcentral` 3. `node node_modules/meshcentral --debug amt` See what logs appear? Anything helpful there?