Install the Tang Package and Enable the Tang Socket in Systemd

  1. Install the Tang package and related dependencies.
    sudo dnf install -y tang
  2. Enable the Tang socket in Systemd.
    sudo systemctl enable tangd.socket

To configure Tang to run on a TCP port other than the default port, you must change the Systemd configuration. You can change the TCP port by following the instructions in Optionally Configure the Tang Server to Run on a Specified Port. Otherwise, see Update the Firewall Policy to allow network traffic to reach the Tang server.