Skip to content

Fedora / RHEL

For Fedora and RHEL.

The commands below assume sudo is configured for your account.

1. Add the repository

The repository config file is downloaded directly from the repository, the GPG key is imported automatically.

sh
sudo curl -fsSL -o /etc/yum.repos.d/daeuniverse.repo https://daeuniverse.pages.dev/daeuniverse.repo

2. Install dae

sh
sudo dnf install dae
Alternative: Fedora Copr

For Fedora only. Use this instead of the Dae Universe repository above. zhullyb/v2rayA is the Copr project name; the package installed is dae.

shell
sudo dnf copr enable zhullyb/v2rayA
sudo dnf install dae
shell
dnf copr enable zhullyb/v2rayA
dnf install dae

The package includes a systemd service. The example is /etc/dae/example.dae; save your configuration as /etc/dae/config.dae.

After completing Minimal configuration, see Service management to start, enable, reload or restart dae.


Source: dae upstream · AGPL-3.0 license.