Can anyone help me install meshcentral on coolify on a vps #7730
Replies: 5 comments 2 replies
-
|
Good Morning,
please post your config.json and a few more details.
BR
Stefan
Am 2026-04-01 01:10, schrieb hapishyguy:
HI,
Can someone help me install meshcentral on coolify on a vps?
I have already tried and its on port 444, no SSL and everytime I login
I see "Invalid origin in HTTP request, click to reconnect."
Thanks
harp
--
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
You are receiving this because you are subscribed to this
thread.Message ID:
***@***.***>
Links:
------
[1]
#7730?email_source=notifications&email_token=BIQGX7ERA42VHO3SPNIE5XD4TRF75A5CNFSNUABAM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63RPHE3TSOJQGQ42M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y
[2]
https://github.com/notifications/unsubscribe-auth/BIQGX7AKDRGCJBZIBF6CQOT4TRF75AVCNFSM6AAAAACXING5F6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZG44TSMBUHE
|
Beta Was this translation helpful? Give feedback.
-
|
/opt/meshcentral # ls meshcentral-data |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I actually saw your message when you posted it and I was working on to fix it so didnt reply before. |
Beta Was this translation helpful? Give feedback.
-
|
the "Invalid origin in HTTP request" error means MeshCentral doesnt recognize the URL youre accessing it from. you need to set the correct hostname in your MeshCentral config (config.json under settings -> cert). for Coolify specifically you probably need to configure the reverse proxy headers properly so MeshCentral sees the right origin. make sure X-Forwarded-Host and X-Forwarded-Proto headers are being passed through. also port 444 is unusual - the default is 443 for HTTPS. if youre not using SSL thats probably part of the issue since MeshCentral expects HTTPS in production. if the reverse proxy setup is getting too complicated, you could also try Syncloud (https://github.com/syncloud/platform) which has MeshCentral as a one click app with automatic HTTPS via Lets Encrypt. i built it so im biased but it takes the proxy config pain away entirely. though if you want to stick with Coolify the origin header config is the key fix |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
Can someone help me install meshcentral on coolify on a vps?
I have already tried and its on port 444, no SSL and everytime I login I see "Invalid origin in HTTP request, click to reconnect."
Thanks
harp
Beta Was this translation helpful? Give feedback.
All reactions