Use two ports on service for same url (Domain)

Describe the problem

Run selfhosted Traccar Service on proxmox behind NetBird on Port 8082 and 5027

How can I use Traccar as a selfhosted Version where I Need to forward two Ports 8082 and 5027 to the same url, e.g. gps.domain.de

How can this be achieved with NetBird ?

Any help or tip is appreciated.

F

Expected

Open the ports with a reverse proxy, or use a netbird client and internally manage the ports for other netbird client to connect to through the reverse proxy.

Thanks for your reply, maybe this needs some more clarification: I use selfhosted Traccar system on proxmox behind an opensense firewall. I connected the service via NetBird on port 8082 with the url gps.domain.de. This works fine and the reverse proxy is doing its thing. I can access the web client as expected. Now I have a second gps device that is sending coordinates on port 5027 via tcp. How can I send this data via self hosted NetBird to the proxmox vm on the specified port with the same url. Thanks again

I was able to resolve with a simple reboot of the traccar service. Something must have been in daught, so after restart everything worked fine. I only have the problem left that in the access logs of netbird the connetion via TCP port 5027 is not shown. What could be the reason for that ? thanks for the help anyway