Ubuntu Installation ------------------- This section describes how to install Enterprise Steam on Ubuntu. Same steps should apply for similar Debian based Linux distributions. Requirements ~~~~~~~~~~~~ - Ubuntu 12.04 or greater. - Enterprise Steam .deb 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 DEB package. :: sudo dpkg -i steam-X.Y.Z.x86_64.deb 3. Set the Enterprise Steam administrator username and password. :: sudo service steam set-admin 4. Start Enterprise Steam. :: sudo service steam start 5. Validate that the Enterprise Steam service is running. :: sudo service steam status 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.