EXECUTABLE DOCUMENTATION
Managed hostname and Auto-TLS
A licensed panel enrolls its public address. EXOpanel.space publishes a deterministic nodes.exopanel.space record through the server-side Namecheap adapter; the panel requests its own Let’s Encrypt certificate after DNS resolves.
COMMAND
Copy, run and verify
Read the command before execution and run it only on the intended server.
PuTTY · Bash
curl -fsS https://api.exopanel.space/v1/nodes/enroll \
-H 'Content-Type: application/json' \
--data '{"license_key":"EXO-...","instance_id":"exo_32_hex_characters","public_ipv4":"203.0.113.10"}' | python3 -m json.toolRequired result
The command must finish without syntax errors. Health reports database ok, signing key configured, and every HTTPS domain returns TLS result 0.
