Traccar.run 100% all good but still viewing Ubuntu default page

Martin6 years ago

Hello all!

I think I follow all the steps correctly and even the run command seem all good. But... nothing happen on ip address. Still viewing the ubuntu default page. Because the installation is not at the root? Thank you for your help. I am a beginner!

root@xxxxxx:~# sudo ./traccar.run
Creating directory out
Verifying archive integrity...  100%   All good.
Uncompressing traccar  100%
Synchronizing state of traccar.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable traccar
Anton Tananaev6 years ago
  1. How did you start Traccar? Where is the rest of commands?
  2. What do you mean you see default Ubuntu page. Are you saying that you have a web server that uses the same port? Then Traccar process won't be able to start, obviously.
Ernesto Vallejo6 years ago

I believe he moved server to https, and if he doesn’t configure a permanent redirect http port leads to Apache server default page.

Ernesto Vallejo6 years ago

Or he installed traccar over a lamp server and he has not look over port 8082

Martin6 years ago

Hello all... finally the installation work perfectly. My new problem is the duplication of a device. I removed a user before removing his device. I thought the device is removed at the moment the user is removed. Unfortunately not. Now I can't add again this device. I receive an alert. Then I would like to delete this device directly from the database. The problem is... I can't find the data because SSH is returning me:

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
| traccar            |
+--------------------+
5 rows in set (0.00 sec)

mysql> use traccar;
Database changed
mysql> show tables;
Empty set (0.00 sec)
Anton Tananaev6 years ago

Obviously it's not the same database Traccar is using. As for device, you can link existing device to user from users menu item as admin.

Martin6 years ago

Anton... if I buy 2 hours... are you capable to verify it? I am not an SSH/VPS expert and I need to understand how I installed the server and which database the server is using!

Anton Tananaev6 years ago

Send email to support to discuss it.