Server configurationΒΆ

Enterprise Steam has a small configuration file for changes that cannot be made in the Web UI. You can find a template of the configuration file at /etc/steam/steam.yaml.template.

# Working directory points to directory for Steam assets.
STEAM_WORKING_DIRECTORY: /opt/h2oai/steam/var/master

# This port is the one to be exposed externally.
# Steam's bundled haproxy binds to this port.
# Steam starts and manages it's own haproxy process with it's own
# config file (which is autogenerated).
STEAM_HTTPS_PORT: 9555

# The internal port for the Steam process.
# This is the internal port of the Steam itself. It should never be
# accessed directly. See STEAM_HTTPS_PORT for the public port to use
# when accessing Steam. It is rare that this port should be set except
# in cases of port conflict.
STEAM_INTERNAL_PORT: 29000

# Set to true to disable the build-in admin user from logging-in.
SAML_DISABLE_ADMIN: FALSE

To make any changes, save the modified configuration file as /etc/steam/steam.yaml and Restart Enterprise Steam.