Connecting to Rustdesk server remotely

Have you considered just using a cloud host, I put my rustdesk on linode. $5.60 a month, easy to deploy

I have. But, since I’m already paying for static IPs and not likely use Ruskdesk more than a few times a year, the home lab is likely fine.

If the Docker container isn’t exposing any ports, you need to check your Docker run command or Docker Compose configuration to ensure the ports are properly mapped.

For Rustdesk, you’ll make sure that the necessary ports (21115 for TCP and 21116 for UDP) are exposed in your container settings. Additionally, verify that your firewall settings allow traffic on those ports.

Hi Pasterms, first off thanks for the reply. My Docker container seems to be working as advertised since I can connect to boxes on my LAN just fine using the ID Server. I also believe I’ve created the appropriate NAT entries/firewall rules in pFsense since canyouseeme.org tells me the RuskDesk ports are open. I’m really at a loss at the moment.