Skip to main content

Installation

EveBox can be installed in the following formats:

  • Install script. Install the latest release binary with a single command:

    Linux:

    curl -sSf https://evebox.org/install.sh | sh

    Windows PowerShell:

    irm https://evebox.org/install.ps1 | iex
  • Standalone binary. These are builds provided as a zip file and are simple to get started with. However, they do not integrate with operating system services such as systemd.

  • Linux packages for RPM and Debian based Linux distributions.

  • Linux package repositories RPM and Debian based Linux distributions.

  • Docker images.

Quick Installโ€‹

Linux:

curl -sSf https://evebox.org/install.sh | sh

Windows PowerShell:

irm https://evebox.org/install.ps1 | iex

Installs the latest release binary. For the latest development build, use:

curl -sSf https://evebox.org/install-devel.sh | sh
irm https://evebox.org/install-devel.ps1 | iex

See Zip Packages for platform details and installer options.

info

The above links will download the latest release version of EveBox, if you wish to download an older release go to http://evebox.org/files/release.