The last parameter to the Network.InitializeServer() function (false in the code above) indicates whether or not the server should use NAT punchthrough to enable clients to connect with it. See the Network Overview for more details. For now, leave this at false.
The function Network.Disconnect() stops the server.
To complete the server side script, add the following UI code to the same script file: