Access your personalized threat intelligence dashboard
Your database name is unique to your LightScope installation and is available through these methods:
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:
🎯 Simply copy the second Docs URL (containing /tables/) and paste it into your browser!
Directly read the database name from the config file:
sudo cat /opt/lightscope/config/config.ini
On macOS, you can quickly find your database name with this one-liner command:
grep '^database = ' /Applications/LightScope.app/Contents/Resources/config.ini | cut -d'=' -f2 | tr -d ' '
Alternative methods:
cat /Applications/LightScope.app/Contents/Resources/config.ini
curl -s https://thelightscope.com/latest/get-lightscope-dbname-mac.sh | bash
On Windows, LightScope runs in the system tray for easy access: