LightScope Dashboard

Access your personalized threat intelligence dashboard

Format: Your database name is typically in the format: YYYYMMDD_[random_letters]
Example: 20241201_abcdefghijklmnop

How to Find Your Database Name

Your database name is unique to your LightScope installation and is available through these methods:

SystemCtl Status (Recommended)

Check your LightScope service status - your dashboard URL is right in the Docs line:

sudo systemctl status lightscope

Look for your dashboard URL in the "Docs:" section:

$ sudo systemctl status lightscope
● lightscope.service - LightScope Network Security Monitor
     Docs: https://thelightscope.com
           https://thelightscope.com/tables/20250629_gvzdkbinpryhdrszsdzufpoeejxmoyhngrrjrjrxodfsuwf

🎯 Simply copy the second Docs URL (containing /tables/) and paste it into your browser!

Configuration File

Directly read the database name from the config file:

sudo cat /opt/lightscope/config/config.ini

Look for the 'database' line under [Settings] section