---
title: "Sets remote access and UPnP."
method: POST
path: "/Startup/RemoteAccess"
tags: ["Startup"]
---

# Sets remote access and UPnP.

`POST /Startup/RemoteAccess`

## Request body

- StartupRemoteAccessDto — Startup remote access dto.
  - `EnableRemoteAccess` boolean, required — Gets or sets a value indicating whether enable remote access.
  - `EnableAutomaticPortMapping` boolean, required — Gets or sets a value indicating whether enable automatic port mapping.

## Response `204`

Configuration saved.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
