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 start

Graphlytic was started by user "graphlytic". Check the status of service:

$ sudo service graphlytic status

Check in the log file if Graphlytic was started successfully. There should be no error in the log file:

$ less /var/log/graphlytic/graphlytic.log

Start Graphlytic on Ubuntu 20

$ sudo systemctl start graphlytic

Graphlytic was started by user "graphlytic". Check the status of service:

$ sudo systemctl status graphlytic

Check in the log file if Graphlytic was started successfully. There should be no error in the log file:

$ less /var/log/graphlytic/graphlytic.log

Login

Follow instructions in Login with default user to find out how to log into the system.