Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Create port-bindings.md
Browse files Browse the repository at this point in the history
Fixes 404 error on page (file will probably need updating)
  • Loading branch information
essasetic authored Sep 8, 2019
1 parent ee26127 commit e62ae4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/administrator-docs/port-bindings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Server port bindings

This document aims to provide an admin with knowledge on what ports Jellyfin binds and what purpose they serve.

### Static ports

* 8096/tcp is used by default for HTTP traffic. This is admin configurable.
* 8920/tcp is used by default for HTTPS traffic. This is admin configurable.
* 1900/udp is used for service autodiscovery. This is _not_ admin configurable as it would break client autodiscover.

### Dynamic ports

* Completely random UDP port bind. It picks any UDP port that is unused on startup. It is used for specific LiveTV setups involving HD Homerun devices.

0 comments on commit e62ae4b

Please sign in to comment.