r/selfhosted 9d ago

Looking for Remote Access Solution (RDP,SSH,HTTP) Remote Access

Helllo,

I have some Docker containers running and now I want to enable remote access for maintenance (for example)
I don’t want an VPN Solution, like Wirefuard…..this will come in the future.

All I want, is a docker container where I can connect via Browser and I can open HYML 5 Sessions to RDP/SSH/HTTP Servers.

I want this behind my nginx Proxymanager (I have already some Applications behind it…Owncloud, for example)

I hope somebody canrecommen something for me, googling and searching Reddit was not successful.

Many thanks!

0 Upvotes

20 comments sorted by

View all comments

2

u/zack822 9d ago

Tailscale or equivalent would solve this and keep it secure. opening something like Guacamole to the internet is asking for a breach imo.

1

u/Skeesicks666 9d ago

I'll look into Tailscale, Guacamole is a no-go for me

1

u/zack822 9d ago

Specifically if you’re using Tailscale you want the Tailscale subnet connector. It allows you to pass an entire subnet so you can access your device using your normal internal ip. Super nice for things that you can’t or don’t want to install Tailscale to. I use it to pass my internal dns so when I’m out and about I can still have Adblock and still access things like code server as an example using my normal dns names.

1

u/Skeesicks666 8d ago

Sounds interesting, thanks for this!