---
title: "Admin Create Node"
method: POST
path: "/admin/nodes"
---

# Admin Create Node

`POST /admin/nodes`

## Headers

- `authorization` string

## Request body

- ProxyNodeCreate
  - `ip_address` string, required
  - `port_range_start` integer, required
  - `port_range_end` integer, required
  - `api_url` string, required
  - `api_secret` string, required
  - `country` string
  - `city` string, nullable
  - `weight` integer
  - `max_sessions` integer
  - `description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/open60m/apis/open60-vpn-api.md) · [All operations](https://skmtc.dev/open60m/apis/open60-vpn-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open60m/open60-vpn-api/revisions/932cba8b4b19/schema)
