Port forwarding
This step will be vastly different for each person. Simply because everyone has a different router and they all look (very) different.
I'll do my best to demonstrate how to do it on my router, but it may look drastically different on yours.
You can use a website like this to learn how to do it on your router:
- 1.
- 2.Locate your router
- 3.If your exact model isn't listed, try another from the same brand and see if the router UI matches yours. Then the same procedure should apply.
By default, SkyrimTogetherServer.exe connects to port
10578
. You can change this in the STServer.ini
file, but I recommend leaving it alone.Your router will prompt you to specify which protocol it should forward. If you have the option of selecting
Both
, you should do so.If you can only choose between
TCP
and UDP
, create two port forwarding rules: one for 10578
UDP and one for 10578
TCP.I'm using an ASUS AX86U router.
- 1.Navigate to your router's configuration page using the IP address you obtained in the previous step. In my case, the address will be
192.168.50.1
. - 2.Go to
Open NAT
- 3.Select
Enable port forwarding
- 4.Select
+ Add
underGame Profile
- 5.Under
1) Game List
chooseManual
- 6.The
2) Protocol
step will probably be empty. If there is an option for you, selectPC
. - 7.Now to fill out the settings.
- 8.Service Name:
Skyrim Reborn Together
- 9.Protocol:
Both
- 10.External Port:
10578
- 11.Internal Port:
10578
- 12.Internal IP Address:
192.168.50.104
<- the local IPv4 - 13.Source IP: leave empty
- 14.Press the
OK
button

How to port forward on my AX68U router
If you use
ufw
(Ubuntu Firewall), run the following command to enable the 10578
port:sudo ufw allow 10578
That's it!
Last modified 1yr ago