Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONEPANEL_HOST | No | The 1Panel host address. | localhost |
| ONEPANEL_PORT | No | The port for the 1Panel API. | 8080 |
| ONEPANEL_API_KEY | Yes | The API key generated in the 1Panel dashboard (Panel Settings). | |
| ONEPANEL_PROTOCOL | No | The protocol used to connect to 1Panel (http or https). | http |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_containers | List all Docker containers |
| start_container | Start a container |
| stop_container | Stop a container |
| restart_container | Restart a container |
| list_images | List Docker images |
| pull_image | Pull a Docker image |
| list_installed_apps | List installed apps |
| list_app_store | List app store |
| list_files | List files |
| get_system_info | Get system info |
| get_system_monitor | Get system monitor data |
| list_websites | List websites |
| list_databases | List databases |
| list_composes | List compose projects |
| list_certificates | List SSL certificates |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |