Traccar installation issue!

NethServer Version: latest

Tried to install Traccar. Traccar (www.traccar.org) is a modern open source GPS tracking Platform.

### HowTo install Traccar on Nethserver 7 ###

Traccar (www.traccar.org) is a modern GPS tracking Platform.

# wget the software-archive
wget -c https://github.com/traccar/traccar/releases/download/v4.5/traccar-linux-64-4.5.zip

# Install unzip and extract the archive
yum -y install unzip && unzip traccar-linux-64-4.5.zip

# run traccar.run 
./traccar.run

# Now a symlink should be created
# /etc/systemd/system/multi-user.target.wants/traccar.service to /etc/systemd/system/traccar.service.

# Remove the archive
rm -rf traccar-linux-64-4.5.zip

# Open and adjust the firewall
config set traccar service status enabled TCPPort 8082 access green
signal-event firewall-adjust

# Reboot your server
reboot

# Login
http://nethserverip:8082/

user: admin
pass: admin

I can access the traccar serverpage (http://nethserverip:8082/) but the client (android) cannot connect… Is someone using Traccar on Nethserver?

Something in me triggers the port 8082… wasn’t it onlyoffice that also uses this port?

Onlyoffice is not installed on this server…

Was installed as systemd service?

Sorry Folks, this was a client issue. I had to optimise the gps-config on the smartphone…

The HowTo should work :grinning:.