Veltrea Syslog Server icon
Veltrea Syslog Server icon

Veltrea Syslog Server

A portable syslog server for Windows and macOS that displays multi-byte (Japanese, Chinese, Korean) log messages correctly, with per-message encoding detection. Single binary, no installation.

main window

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac
  • Windows
0likes
0articles

Features

  1.  Ad-free
  2.  No registration required
  3.  Portable
  4.  No Tracking
  5.  No installation
  6.  Support for Unicode
  7.  Rust

Veltrea Syslog Server News & Activities

Highlights All activities

Recent activities

Veltrea Syslog Server information

AlternativeTo Categories

Network & AdminOnline ServicesSocial & Communications

GitHub repository

  •  1 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Veltrea Syslog Server was added to AlternativeTo by veltrea on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Veltrea Syslog Server?

Veltrea Syslog Server (vlt-syslogd) receives syslog over UDP and shows it in a real-time log view. It is written in Rust and ships as a single binary, so it runs from a USB drive with no installer, no admin rights and no internet access.

Its main difference from other lightweight Windows syslog servers is per-message character encoding. Each datagram is decoded on its own evidence -- an RFC 5424 "charset=" declaration, a UTF-8 BOM, or byte-level inference -- so a stream that mixes Shift_JIS and UTF-8 devices stays readable. The encoding it settled on is shown in its own column next to the message. Tools that assume one global encoding for the whole stream cannot do this, because the decision has to be made per message.

Tolerant parsing accepts real-world messages that do not strictly follow RFC 3164 or RFC 5424, instead of dropping them.

The same engine ships in three shapes from one codebase: Portable (GUI, one file, carry it anywhere), Server (a background Windows service with a separate monitoring frontend, in development) and Console.

Free and open source under the MIT license.