mirror of
https://github.com/moonlight-stream/moonlight-docs.git
synced 2025-07-01 15:26:44 +00:00
Updated Setup Guide (markdown)
parent
747178b7af
commit
0de8e688b7
@ -52,13 +52,13 @@ GeForce Experience should create rules for Windows Firewall automatically, but i
|
|||||||
1. Open a Command Prompt or PowerShell window as administrator
|
1. Open a Command Prompt or PowerShell window as administrator
|
||||||
2. Run the following 2 commands:
|
2. Run the following 2 commands:
|
||||||
* netsh advfirewall firewall add rule name="GameStream UDP" dir=in protocol=udp localport=5353,47998-48010 action=allow
|
* netsh advfirewall firewall add rule name="GameStream UDP" dir=in protocol=udp localport=5353,47998-48010 action=allow
|
||||||
* netsh advfirewall firewall add rule name="GameStream TCP" dir=in protocol=tcp localport=47984,47989 action=allow
|
* netsh advfirewall firewall add rule name="GameStream TCP" dir=in protocol=tcp localport=47984,47989,48010 action=allow
|
||||||
3. Ensure your PC now appears online in Moonlight
|
3. Ensure your PC now appears online in Moonlight
|
||||||
|
|
||||||
### Other firewall software
|
### Other firewall software
|
||||||
For other firewall products, you should follow their instructions to create exceptions for the following ports:
|
For other firewall products, you should follow their instructions to create exceptions for the following ports:
|
||||||
* **TCP** 47984, 47989, 48010
|
* **TCP** 47984, 47989, 48010
|
||||||
* **UDP** 5353, 47998, 47999, 48000, 48010
|
* **UDP** 5353, 47998, 47999, 48000, 48002, 48010
|
||||||
|
|
||||||
## Streaming over the Internet
|
## Streaming over the Internet
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ For other firewall products, you should follow their instructions to create exce
|
|||||||
|
|
||||||
The following ports must be forwarded through your router for streaming to work with the latest version of GeForce Experience:
|
The following ports must be forwarded through your router for streaming to work with the latest version of GeForce Experience:
|
||||||
* **TCP** 47984, 47989, 48010
|
* **TCP** 47984, 47989, 48010
|
||||||
* **UDP** 47998, 47999, 48000, 48010
|
* **UDP** 47998, 47999, 48000, 48002, 48010
|
||||||
|
|
||||||
### IPv6 (certain ISPs only)
|
### IPv6 (certain ISPs only)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user