RHEL 7 / CentOS 7 Installation ------------------------------ This section describes how to install Enterprise Steam on Red Hat Enterprise Linux 7 and CentOS 7. Requirements ~~~~~~~~~~~~ - RHEL 7 or CentOS 7. - Enterprise Steam .rpm file. This is available on the `Enterprise Steam download page `__. Install Enterprise Steam ~~~~~~~~~~~~~~~~~~~~~~~~ 1. Download Enterprise Steam from the `download page `__. 2. Install the Enterprise Steam RPM package. :: yum localinstall steam-X.Y.Z.x86_64.el7.rpm 3. Set the Enterprise Steam administrator username and password. :: sudo su -s /bin/bash -c "/opt/h2oai/steam/steam set admin" steam 4. Start Enterprise Steam. :: sudo systemctl enable steam sudo systemctl start steam 5. Validate that the Enterprise Steam service is running. :: sudo systemctl status steam If the service is running, you can login to Enterprise Steam. See the :ref:`login` section for more information. If the service is not running, please review the logs (``cat /var/log/steam/steam.log``) to identify the issue.