Skip to content

Quick Start

Fugo is a lightweight and easy-to-use log collector.

Installation

  1. Launch the installation script on your server:

    Terminal window
    curl -sSfL https://fugo.app/install.sh | sudo sh
    What does this command do?
    1. Check permissions and operating system
    2. Download the latest version from GitHub Release
    3. Install Fugo binary to /usr/local/bin/fugo
    4. Create a systemd service file at /etc/systemd/system/fugo.service
  2. Start

    Terminal window
    sudo systemctl start fugo
  3. Enable auto-start on system boot:

    Terminal window
    sudo systemctl enable fugo

Manual Installation

If you prefer to install Fugo manually, you can download it from the GitHub Release page. Extract binary file from archive and place it in your $PATH. For example, you can place it in /usr/local/bin.

That’s it! You can now run Fugo from the command line. Default configuration file and all necessary directories will be created automatically.