Step 1
Install the Control Panel
The Administration Console
The Control Panel is where the Arch platform begins.
It is the single administration console through which every microservice is registered, every setting configured, and every deployment value encrypted before it reaches your pipeline.
Before any service can communicate within your distributed system, it must first be known to the Control Panel.
The Control Panel is available as a Docker image or as a .zip package for IIS installation, and requires a SQL Server database.
Install it on your internal network — it is designed to reach into your deployments from the inside, not to live alongside them.
Once running, it remains your command center for the life of the platform.
What the Control Panel Does
From the Control Panel, you configure each microservice — access settings, database connections, hardware module parameters, and third-party integrations.
Every value it produces is encrypted before you copy it into a deployment file.
Your pipeline never carries a raw secret.
When you are ready to bring a service online, the Control Panel generates its encrypted configuration values and registers it with the Application API.
A health check confirms the service is healthy before anything else depends on it.
The entire deployment ceremony for every microservice in your system runs through this one console.