Good day
Made a VPN tunnel.
Ubuntu VPS
My server windows 10
The VPN tunnel was created using WireGuard, and NginxProxy was also installed.
Installed Traccar on home server. I configured a proxy in NginxProxy.
The Traccar server comes from the working PC, but the data from the gps tracker does not come to the server.
what could be the problem
I opened ports on Ubuntu, on Windows 10 I also created rules in firewall.
What kind of proxy did you set up? Have enabled proxy for all TCP/UDP device ports? You would have to provide more details.
I will describe in more detail.
- My home server has a gray IP, based on windows 10.
Traccar is installed here, ports 8082.5000-5050 are open in the firewall, both for input and output
- I took a VPS based on Ubuntu on AWS. I deployed WireGuard and NginxProxy on it.
I created a tunnel between the home server and the VPS.
The VPS opened all ports.
In the web version of NginxProxy, I made the following settings as in the screenshot. Everything else is unchanged.
In the browser, I go to the Traccar page. But the tracker does not transfer data to the server.
What should I do?
I only see one port in your configuration and it's HTTP only. How do you expect devices to work?
How to open all these ports?
Should this be done in NginxProxy? or is it better through some other program?
That's up to you, but they have to be open to the internet one way or another.
How to open ports in NginxProxy?
This is probably not the right forum for this question.
I am sure ChatGPT has an answer to that question.
Good day
Made a VPN tunnel.
Ubuntu VPS
My server windows 10
The VPN tunnel was created using WireGuard, and NginxProxy was also installed.
Installed Traccar on home server. I configured a proxy in NginxProxy.
The Traccar server comes from the working PC, but the data from the gps tracker does not come to the server.
what could be the problem
I opened ports on Ubuntu, on Windows 10 I also created rules in firewall.