nexttore.blogg.se

Traccar user statistics
Traccar user statistics















Start the app: sudo /opt/traccar/bin/startDaemon.shĪnd watch the build log: tail -f /opt/traccar/logs/wrapper.log.* Remove the installer: sudo rm -f n README.txt traccar-linux-*.zip Save the file and then move it to traccar’s config folder: sudo cp traccar.xml /opt/traccar/conf/ conf/default.xml 80 false jdbc:mysql://localhost/traccar?allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode='' tobyt pa55word 120 Time to build the config file with your MYSQL details: nano traccar.xml The unzip and install: unzip traccar-linux-*.zip sudo. Head over to to grab the URL for the latest stable release and then: wget With MYSQL set up, now it’s time to download the latest traccar installer.

#Traccar user statistics install#

With the user set up, it’s time to create a database called traccar, which will be used by the application when we install it: create database traccar exit Next up create a user (traccar) and set the password: CREATE USER IDENTIFIED BY 'password' GRANT ALL ON *.* TO FLUSH PRIVILEGES

traccar user statistics

Login to MYSQL - the default password is set as “password”: sudo mysql -u root -p Next install Java and MYSQL: sudo apt-get install unzip default-jre mysql-server -yįor some reason, it is necessary to create a new user.

traccar user statistics

And update the libraries: sudo apt-get update -y Once the instance has been created, access your server using the cloud based SSH. Choose at least g1-small to avoid issues with installation.















Traccar user statistics