# Installing Web Suite

The OpenFlight project packages tools as both RPMs and debs that are hosted in package repositories which can be quickly installed with a couple of commands. Before proceeding, ensure that the Flight User Suite is installed.

  • Install the web suite:
sudo yum install flight-web-suite
  • Install extra packages (note: the EPEL repository is required for the websockify package):
sudo yum install python-websockify xorg-x11-apps netpbm-progs
  • Install the web suite RPM:
sudo dnf install flight-web-suite
  • Install extra packages (note: the Power Tools repository is required for the xorg-x11-apps package):
sudo dnf install python3-websockify xorg-x11-apps netpbm-progs
  • Install the web suite deb:
sudo apt-get install flight-web-suite
  • Install extra packages:
sudo apt-get install netpbm x11-apps websockify
  • Install the web suite deb:
sudo apt-get install flight-web-suite
  • Install extra packages:
sudo apt-get install netpbm x11-apps websockify
  • Set the domain name (for use with certificate generation, this can be either a hostname or IP. A publicly accessible value should be used if intending to use Lets Encrypt certificates):
flight web-suite set-domain chead1.mycluster1.example.com
  • Restart the web-suite to apply changes:
flight web-suite restart