Install On-Prem Platform
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide helps you with the initial installation and deployment of our Steadybit platform On-Premise. It is explicitly of use for spaces where it is not yet possible to take advantage of our Software as a Service (SaaS) platform and the need to host our platform yourself. After completing this getting started, continue by .
Installing and deploying the Steadybit platform on your servers is simple:
If you need help, please .
Before continuing, make sure that access to the following URLs via HTTPS (443) is possible from your location of installation:
https://docker.steadybit.io and https://index.docker.io (Docker Image)
https://packages.steadybit.com (Agent Linux Installation)
https://get.steadybit.com (Setup Scripts)
https://steadybit.github.io/helm-charts (when using Kubernetes and helm)
The platform itself exposes the following ports:
Port 8080
: Application port for UI/API
Port 7878
: Acceptor port for agents
To install the platform on-premise and connect the agents against it you need an agent key and a valid license. Get in touch with us and we will provide you an on-prem license key and an agent key.
BE AWARE: The database is not backed up and if the pod is deleted the data is lost!
Done, the platform is running. The default login for the on-prem platform is
username: admin
password: admin
Now you can set it up by connecting the first agents to it.
As mentioned above, this getting started helped to set up quickly a Steadybit platform.
Before using Steadybit
It is our goal to make the installation as easy as possible for you, that's why we recommend you to use our Helm chart that takes a lot of the work out of it and only requires a few parameters from you. If you are not familiar with Helm and would like to learn more about it, check out
Please replace the placeholders replace-with-agent-key
and replace-with-license-key
with your agent key and license key of :
To make it convenient for you, we have a default for everything. That's also why we include the necessary Postgres database and set up everything for you automatically. Nevertheless, feel free to adjust parameters after having a look on the helm chart in our public .
For productive usage, we strongly recommend to setup your own Postgres database and configure the Steadybit platform as described .
We'll show you how to do that in our getting started , at step 1.
configure your own Postgres database as .
we recommend to use your internal authorization services such as LDAP or OIDC provider as .
More configuration options can be found in
If you have any problems, check our page. Or please .