Skip to content

A very simple and fast syslog server with a web interface.

Notifications You must be signed in to change notification settings

voun7/Simple_Syslog_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Syslog Server

python version

A very simple fast syslog server with a web interface.

Linux Setup Instructions

Install Packages:

git clone https://github.com/voun7/Simple_Syslog_Server.git
cd Simple_Syslog_Server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Setup a Systemd Service:

Add the contents of Simple_Syslog_Server.service into the editor

nano /etc/systemd/system/Simple_Syslog_Server.service

Run the following commands to finish setup

systemctl daemon-reload
systemctl start Simple_Syslog_Server
systemctl status Simple_Syslog_Server
systemctl enable Simple_Syslog_Server

Usage

Send logs to server using ip address of server on port 1514.

Access logs on server using link below.

http://server_ip_address:9000

About

A very simple and fast syslog server with a web interface.

Topics

Resources

Stars

Watchers

Forks