.. _restart: Restarting Enterprise Steam ============================ When modifying some configurations, you will be prompted to restart Enterprise Steam to apply those changes. 1. Restart Enterprise Steam. .. tabs:: .. group-tab:: RHEL 6/CentOS 6 .. code-block:: bash sudo /etc/init.d/steam restart .. group-tab:: RHEL 7/CentOS 7 .. code-block:: bash sudo systemctl restart steam .. group-tab:: Ubuntu .. code-block:: bash sudo service steam restart 2. Validate that the Enterprise Steam service is running. .. tabs:: .. group-tab:: RHEL 6/CentOS 6 .. code-block:: bash sudo /etc/init.d/steam status` .. group-tab:: RHEL 7/CentOS 7 .. code-block:: bash sudo systemctl status steam .. group-tab:: Ubuntu .. code-block:: bash sudo service steam status For troubleshooting, please review the logs (``cat /opt/h2oai/steam/logs/steam.log``).