Access Remotely #3300
Replies: 3 comments 3 replies
-
Before discussing your problem in more detail: You will want to set up a reverse proxy (a simple one is NGINX Proxy Manager, it runs in Docker) instead of just port forwarding. Reverse Proxies will handle SSL termination, allowing you to use an encrypted connection instead of doing everything over plain text on the internet. Reverse Proxies are also reviewed by many more security minded people and handle common exploits to help protect your network versus what any individual application does (ABS or otherwise). A reverse proxy is not a silver bullet to handle everything, but is at least a recommended "bare minimum". Another option is to set up a VPN to your home network using something like TailScale or WireGuard to allow for remote connections without opening ports to the internet, but this does require set up per client instead of just having a domain or IP you can type in to any computer (more secure than a reverse proxy). Back to your original question: You may need to adjust your firewall settings to allow connections from outside your network. |
Beta Was this translation helpful? Give feedback.
-
Thank you! reverse proxy got it all working! I was able to set that up with a ddns on my synology, and now i can use the app anywhere i drive. |
Beta Was this translation helpful? Give feedback.
-
Tailscale is the easy mode option .... I use Tailscale + Cloudflare zero-trust tunnel |
Beta Was this translation helpful? Give feedback.
-
Hey, quick question. How do I set up abs for remote access? The server is installed through docker on a synology nas. I have port 13378 forwarding to the synology ip from my router, but I still can't get access to it outside of local. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions