Skip to main content

Run the following command in your terminal:

Loading...

Adjust options as needed. Add the output to the hosts section of your config on the Coordinator Host:

/this/is/a/demo.toml

Hosts Table

Host Status Leases Actions

Run the following command in your terminal:

Loading...

Optionally, you can specify a custom client ID as the second argument. Add the output to the clients section of your config on the Coordinator Host:

/this/is/a/demo.toml

Clients Table

Client ID Leases Actions

Architecture Documentation

ShutHost provides two different architectural views depending on your use case:

Simplified Architecture

Simplified Architecture Diagram

When to use: This architecture applies when you have no clients defined in your configuration. In this scenario, only the WebUI interacts with hosts through the coordinator.

Complete Architecture

Complete Architecture Diagram

When to use: This architecture applies when you have clients defined in your configuration. This enables programmatic access where multiple clients can access hosts concurrently.