• Documentation
  • Tutorials
  • Blogs
  • Product

What's on this Page

  • Enterprise customer credentials
  • FTP and Docker private repository
    • FTP access
    • Docker private repository access
    • License request
  • Step
  • Set up Step
  • Download
  • Access enterprise download section
Categories: ADMIN GUIDE MAINTENANCE
This article references one of our previous releases, click here to go to our latest version instead.

Access enterprise download section

Enterprise customer credentials

Enterprise customers receive their credentials to access to the Step Enterprise artifacts (Enterprise release, Docker images and Helm Chart) from the Step support upon request.

Main point of contact for any issue related to access request is support@exense.ch.

FTP and Docker private repository

FTP access

The Enterprise repository is available from 2 protocols:

  • via https, preferably using a Web browser at https://ftps.exense.ch/ and the provided credentials
  • via ftps, with any FTP client, using ftps.exense.ch on port 21 (TLS / SSL explicit encryption) and the provided credentials (The FTPS repository is not enabled per default and has to be requested explicitly)

Docker private repository access

Docker private repository hosting the Step images can be setup using the below command, using the same credentials as for the FTP:

docker login docker.exense.ch -u YOUR_USERNAME -p YOUR_PASSWORD

Then you can pull the images locally using below command (example for Step version 3.27.0):

docker pull docker.exense.ch/step-enterprise/controller:3.27.0-java-21
docker pull docker.exense.ch/step-enterprise/agent:3.27.0-java-21
docker pull docker.exense.ch/step-enterprise/agent:3.27.0-dotnet-8

Along with Step 27, Exense also provides a basic Docker image containing Java 21 and NodeJS 20 used by default by the Agent main container, as per below:

docker.exense.ch/step-enterprise/base:21-debian-12-slim
That base image is required if you want to upgrade your Step Chart to a version higher or equal to 1.2.0 along with Step version 27+, see the Chart release note page for details.

Also, an official Docker image containing the most used browsers, their associated drivers and Java 21 has been published at:

docker.exense.ch/step-enterprise/browsers:1.0.0-java-21

References:

Browser Version Driver version
Chromium 135.0.7049.52 Chromedriver 135.0.7049.52
Google Chrome 135.0.7049.52 Chromedriver 135.0.7049.52
Firefox 128.9.0esr Geckodriver 0.35.0
Micrsoft Edge 135.0.3179.54 Msedgedriver 135.0.3179.54

In case your company restrict access to Docker private repository, the images can be downloaded from the FTP : each Step release version number contains an “images” folder where they are stored.

Example : https://ftps.exense.ch/step-enterprise/3.26.5/images/

Images are stored using the Docker “save” method, so you will have to use the Docker “load” command to add them to your Docker repository.

Starting with Step 27, Docker images will not be published on the Exense FTP anymore, use the Exense Docker private repository instead.

For example :

docker load -i PATH_TO_YOUR_IMAGE

Please consider the official Docker documentation available at https://docs.docker.com/reference/cli/docker/image/load/.

License request

The Step Enterprise licenses are provided directly by email to the customer.

See Also

  • Requirements
  • Agent Provisioning configuration
  • Agent configuration
  • Chart configuration samples
  • Creating your own Step Agent images
  • Home
  • Whats new?
  • Set up
    • Requirements
    • Download
      • Access enterprise download section
    • Installation
    • Configuration
  • Administration
  • SaaS guide
  • User guide
  • Developer guide
  • DevOps
  • Plugins
  • Libraries
Step Logo
    • Documentation
    • Tutorials
    • Blogs
    • Product
    • Home
    • Whats new?
    • Set up
      • Requirements
      • Download
        • Access enterprise download section
      • Installation
      • Configuration
    • Administration
    • SaaS guide
    • User guide
    • Developer guide
    • DevOps
    • Plugins
    • Libraries