opening the service on the browser....

franck kaze6 years ago

Hello,
I installed traccar, I created the database. when I do (show database and then show table) I see that the tables have been created.
now i want to open traccar from the web interface by entering the server address followed by the traccar port. but it does not pass. I have the following error message (This site can’t be reached)

mdtaylorlrim6 years ago

Hard to determine with the amount of information provided, but check and be sure the firewall is allowing connections on port 8082. Your url to your traccar server will be one of these....

http://localhost:8082
http://your_domain_name.com:8082
http://IP_ADDRESS:8082

It all depends on where you are browsing from and where the server is located.

Mark

franck kaze6 years ago

how can I make the firewall allow connections on port 8082?

mdtaylorlrim6 years ago

Well, its your server, not mine. Hard to say without a lot more information.

franck kaze6 years ago

ubuntu server 16.04

mdtaylorlrim6 years ago

Still, there are many ways to do this, and we are still not sure the firewall is your problem. Have you checked the traccar log files for errors? Have you started and stopped the server looking for error messages?

If you use UFW you can try:

sudo ufw allow 8082/tcp

If that is Greek to you then you might try Google...