I believe he moved server to https, and if he doesn’t configure a permanent redirect http port leads to Apache server default page.
Or he installed traccar over a lamp server and he has not look over port 8082
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)
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.
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!
Send email to support to discuss it.
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!