mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
Merge pull request #1853 from BotBlake/networking-wizard
add LAN Subnet config section
This commit is contained in:
@@ -57,6 +57,18 @@ This, however, requires the use of a public DNS server - The Jellyfin Server doe
|
||||
|
||||
</details>
|
||||
|
||||
### Allowing Access
|
||||
|
||||
Jellyfin provides flexible access control options. External access can either be completely disabled or selectively enabled for individual users.
|
||||
|
||||
For these controls to function correctly, Jellyfin must know which IP ranges should be considered part of the local network.
|
||||
These ranges can be configured under `Networking` -> `Local Networks` using comma-separated CIDR notation entries.
|
||||
|
||||
Global external access settings can be configured under `Networking` -> `Remote Access Settings`.
|
||||
User-specific external access permissions can be configured under `Users` -> `Edit User` -> `Allow remote connections to this server`.
|
||||
|
||||
Ensure that the configured access permissions align with the network scope defined in the local network settings.
|
||||
|
||||
### Firewall / Port Forwarding
|
||||
|
||||
Networks are usually divided from each other by firewalls. These block all incoming traffic and are meant to protect the network.
|
||||
|
||||
@@ -33,7 +33,11 @@ Select a preferred language and region for metadata fetching as the server-wide
|
||||
|
||||
## Networking Settings
|
||||
|
||||
Some basic options for networking can be set on this page. For most users, it is recommended to **enable** the "Allow remote access to this server" option, and **disable** the "Enable automatic port mapping" option.
|
||||
Some basic networking options can be configured on this page. For most users, it is recommended to **enable** the "Allow remote access to this server" option.
|
||||
Detailed information about remote access configuration can be found in our dedicated [Networking Guide](./networking/index.md#allowing-access).
|
||||
|
||||
Since "automatic port mapping" relies on UPnP, a protocol commonly associated with security concerns, it is recommended to **disable** this option unless it is specifically required.
|
||||
|
||||

|
||||
|
||||
## Next Steps
|
||||
|
||||
Reference in New Issue
Block a user