Installing MeshCentral on NAS & Accessing Via TailScale #5824
-
Hello! I'm trying to install MC on my Synology NAS via a docker-compose on Container Manager, but am stuck at trying to access the container. I believe this is because the http port redirects to an https port & I don't have a certificate (but I could be wrong--it's my best guess based on the redirection I see in the browser's URL bar & viewing the container logs). I don't have a domain hostname, as I have no interest in connecting to WAN & would like to use TailScale to stay in my LAN, so this is where the guides I could find online diverge from me as they all relied on a hostname env in the docker-compose.yml (which I don't have, I think). I did test install on my local machine & was able to access the GUI page (& other abilities) on another machine via TailScale without problem after setting up the agent on the local machine so I feel it's very possible. This is my docker-compose below based off one I found online (it installs without problem, but I'm unsure how to get access to the GUI via
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
You need to open both ports in the docker-compose file Edit. So u can block the http port, but can only access directly by typing https://nasip:2087 |
Beta Was this translation helpful? Give feedback.
-
Do you think you could post your updated yaml, json and synology port settings? Im a noob and cant get meshserver working. |
Beta Was this translation helpful? Give feedback.
You need to open both ports in the docker-compose file
So 80/443 but in ur case 8181/2087
The port setting is the main base port which should ALWAYS be open
The redirPort is just simply used to divert web requests from http to https like a normal Web browser would access http first then be redirected to https
Edit. So u can block the http port, but can only access directly by typing https://nasip:2087