Local / Self-Hosted

Self-hosted deployment gives you complete control over data sovereignty and infrastructure. The Supermetal agent runs as a single binary with zero runtime dependencies.

Use this deployment method when you need data to stay within your infrastructure or are operating in restricted network environments.

Installation

Use the following installation script to download the binary for your platform.

curl -fsSL https://trial.supermetal.io/install.sh | sh
iwr -useb https://trial.supermetal.io/install.ps1 | iex

Download directly from the web interface: trial.supermetal.io

Run the Agent

Run the following command to start running the supermetal agent which will start a local server to access the supermetal dashboard UI.

supermetal --server

Encryption Passphrase

Running the agent will prompt you for a passphrase that will be used to encrypt connector credentials locally, you will need to re-enter the same passphrase each time you restart the agent.

Access the embedded web interface

Visit http://localhost:3000 to access the supermetal dashboard and to start creating connectors.

Last updated on