Table of Contents
If you have installed Graphlytic as a service the applications will be started automatically after the operating system is started.
You can also start Graphlytic manually. To configure a graph database connection in UI see Graph Connections.
Start Graphlytic on Ubuntu 18
$ sudo service graphlytic startGraphlytic was started by user "graphlytic". Check the status of service:
$ sudo service graphlytic statusCheck in the log file if Graphlytic was started successfully. There should be no error in the log file:
$ less /var/log/graphlytic/graphlytic.logStart Graphlytic on Ubuntu 20 and above or Debian 12
$ sudo systemctl start graphlyticGraphlytic was started by user "graphlytic". Check the status of service:
$ sudo systemctl status graphlyticCheck in the log file if Graphlytic was started successfully. There should be no error in the log file:
$ less /var/log/graphlytic/graphlytic.logLogin
Follow instructions in Login with default user to find out how to log into the system.