journalctl-proxy icon indicating copy to clipboard operation
journalctl-proxy copied to clipboard

Exposes your systemd logs to web via web interface.

Journalctl proxy

This app exposes your systemd logs to web via web interface.

  • Serves as a proxy that reroutes new messages on journalctl to web interface.
  • When you load the page all available running services are listed in dropdown.
  • You can switch between them and previous logs are still being preserved.
  • Once you switch to another service you will stop receiving updates from the previous one.

Screencast

Usage

There are two prebuild binaries available for ARM and AMD64 under release tab.

Once you unzip downloaded application you can set port on which the server is running at'

$ ./journalctl-proxy -help
Usage of ./journalctl-proxy:
  -p int
    	Server port number (default 8000)

$ ./journalctl-proxy -p 8000