Skip to content

Quick Start

Get LuceDev Syslog running and receiving logs in under 5 minutes.


1. Download

Download the latest Windows installer from lucedev.com/products/lucedev-syslog.

Free Trial

Every download includes a 7-day free trial with full access to all features. No credit card required.


2. Install

Run the installer (LuceDevSyslog_Setup_v1.1.0.exe) and follow the prompts. The installer will:

  • Install the application to C:\Program Files\LuceDev Syslog
  • Register and start a Windows background service
  • Open firewall ports for syslog (UDP 514) and the web dashboard (TCP 5000)
  • Open the dashboard in your browser

Admin Required

Right-click the installer and select Run as administrator to avoid permission issues.


3. Log In

The dashboard opens automatically at http://localhost:5000. Log in with the default credentials:

Field Value
Username admin
Password admin

You'll be prompted to change this password immediately.


4. Point Your Devices

Configure your network devices to send syslog messages to your server:

Protocol Address Port
UDP (standard) <your-server-ip> 514
TLS (encrypted) <your-server-ip> 6514

Finding Your IP

Your server's IP is shown in the top-right corner of the dashboard, next to the green status indicator.


5. View Logs

Return to the dashboard. Logs will appear in real time as your devices send them. You can:

  • Filter by host, severity, or date range
  • Search log messages with keyword search
  • Export results as CSV or JSON

Next Steps