My Wife Needs help setting up her shard she wants mature staff all is welcome to join and play shes always online so you can get on and talk to her any time the shard info is 173.18.171.5 port is 2593 lots of stuff to help set up so feel free to stop in and see if she still needs help
 
Is she hosting her shard using her private pc / connection? In this case, is her router correctly port-forwarded? Last thing, does she have added a new firewall's rule to open inbound traffic through the 2593 TCP?

She can test the reachability using http://www.canyouseeme.org, moreover if she uses Razor she could put 173.18.171.5:2593 instead of 127.0.0.1:2593 such as a normal guest.
 
we are working on trying to get the ports to forward for some reason they arent forwarding
[doublepost=1481742010][/doublepost]
Is she hosting her shard using her private pc / connection? In this case, is her router correctly port-forwarded? Last thing, does she have added a new firewall's rule to open inbound traffic through the 2593 TCP?

She can test the reachability using http://www.canyouseeme.org, moreover if she uses Razor she could put 173.18.171.5:2593 instead of 127.0.0.1:2593 such as a normal guest.
she can connect using 173.18.171.5 but when you all saying ur having problems connecting we looked into it and the ports arent forwarding
 
I don't know the model of your router so I can't tell if the port forwarding is correct.

Assuming it is, then set up a new firewall inbound rule:
guide0.jpg

If You go here: http://www.canyouseeme.org/ You should see this:
guide3.jpg

This is my router's port forwarding configuration (You can see that inbound connection through port 2593 are forwarded to 192.168.0.3...):
guide1.jpg

...that is the local IP of my laptop in which RunUO runs (these are the devices locally connected to my router):
guide2.jpg

Moreover, You have to edit the ServerList.cs in the Script folder with these:
Code:
public static readonly string Address = "YOUR PUBLIC IP ADDRESS";
public static readonly string ServerName = "YOUR SHARD NAME";

public static readonly bool AutoDetect = true;

If You use Razor, the You've to put the same Public IP address and 2593 inside the connection forms.. or if You have a decrypted client (I don't know if it's the same with a non decrypted one) simply edit the Login.cfg, commenting all the lines, then adding this:
Code:
LoginServer=YOUR IP ADDRESS,2593

Bye
 
If you have auto detect why do you need to set the ip yourself too?
Well, I prefer not touch too much original scripts, if possible, so I edited Address and ServerName only.
The AutoDetect line is untouched because the following IF/ELSE runs just the same.

I don't remember well if my RunUO homeserver worked with only AutoDetect = true, but You've at least to edit the ServerName so I preferred to put my IP manually (I've a static IP).
 
Back