How to to perfecly secure a traccar server

xplane257 years ago

Hello all and thx again for previous help.

Now my server is working well with mysql and stuff, its good. Notheless, i guess my server is a joke in term of security.

My hoster give a full port access so everything is open. I used a password on my sql server which is the minimum.

Question : Which software is the best to secure the server ?

Question 2 : i use gsm (port 5055) and a low cost tracket tk103 with 5001 port. My server ip is xxxx:8082 and i guess that mysql use a port too. Do i need to close all other port and all will become fine ?

Anton Tananaev7 years ago

MySQL has its own port, but usually it won't accept remote logins, unless you explicitly enable it. The easiest option is to configure firewall to allow only ports that you need (8082, 5001, 5055).

xplane257 years ago

Thx, Do you know a good firewall which work on windows server 2012 r2 ?

Anton Tananaev7 years ago

Windows comes with firewall by default, as far as I know.