Configuration Reference

Complete reference for Exposr configuration.

Configuration files

PathPurpose
~/.exposr/config.jsonServer address and settings (client and server)
~/.exposr/agent_token.txtAgent 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