Configuration Reference
Complete reference for Exposr configuration.
Configuration files
| Path | Purpose |
|---|---|
| ~/.exposr/config.json | Server address and settings (client and server) |
| ~/.exposr/agent_token.txt | Agent authentication token |
Client config.json
~/.exposr/config.json
{
"server_host": "20.198.81.254"
}Server config.json
~/.exposr/config.json
{
"server_host": "",
"agent_token": "your-agent-token-here"
}Agent token file
A plain text file containing the agent token. Generated automatically by exposr config set-server.
~/.exposr/agent_token.txt
a1b2c3d4-e5f6-7890-abcd-ef1234567890