how can I use an IP for SSH to a remote server, and use another to expose my apps? #4419
Replies: 2 comments
|
Hi @StellarRounin! I'm Dosu and I’m helping the dokploy team. Currently, Dokploy uses a single IP address field for both SSH connection and application exposure on remote servers — there's no built-in way to separate these [1] [2]. This is an actively requested feature. Several related issues exist:
Workarounds people are using in the meantime:
None of these are ideal. You may want to add a 👍 on issue #2615 or #4312 to signal interest in having this supported natively. To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hi,
Currently I have dokploy in a VPS and a remote server connecting to my home server using tailscale. I want to be able to connect to my remote home server using the tailscale IP, but use my local IP to expose my apps because I want to access them locally without using the tailscale vpn.
The UI uses the IP for both, access with ssh and deploying apps...

All reactions