nodes_create
Create a new node in Remnawave by specifying its address, config profile, and active inbounds, with optional settings for IPs, traffic limits, and integrations.
Instructions
Create a new node in Remnawave
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ips | No | Declared node IP addresses with their roles | |
| name | Yes | Node name | |
| note | No | Free-form note (max 255 chars) | |
| port | No | Node port | |
| address | Yes | Node address (IP or hostname) | |
| proxyUrl | No | SOCKS5 proxy URL: socks5://[user:pass@]host:port | |
| countryCode | No | Country code (e.g. US, DE, NL) | |
| notifyPercent | No | Traffic notification threshold percentage | |
| activeInbounds | Yes | Array of inbound UUIDs to enable | |
| trafficResetDay | No | Day of month to reset traffic (1-31) | |
| integrationUuids | No | Node integration UUIDs to attach (see node_integrations_list) | |
| trafficLimitBytes | No | Traffic limit in bytes | |
| consumptionMultiplier | No | Traffic consumption multiplier | |
| activeConfigProfileUuid | Yes | Config profile UUID to assign | |
| isTrafficTrackingActive | No | Enable traffic tracking | |
| nodeConsumptionMultiplier | No | Per-node traffic consumption multiplier (0.0–100.0) |