Skip to main content
GET
/
cabinet
/
admin
/
remnawave
/
status
Get Remnawave Status
curl --request GET \
  --url http://localhost:8080/cabinet/admin/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

RemnaWave configuration and connection status.

is_configured
boolean
required
configuration_error
string | null
connection
ConnectionStatus · object

RemnaWave API connection status.