Skip to main content
GET
/
remnawave
/
status
Get Remnawave Status
curl --request GET \
  --url http://localhost:8080/remnawave/status
{
  "is_configured": true,
  "configuration_error": "<string>",
  "connection": {
    "status": "<string>",
    "message": "<string>",
    "api_url": "<string>",
    "status_code": 123,
    "system_info": {}
  }
}

Response

200 - application/json

Successful Response

is_configured
boolean
required
configuration_error
string | null
connection
RemnaWaveConnectionStatus · object