Jason, Here's a snippet from our VenueServer.cfg file:
# AGTk 2.3 [VenueServer] defaultVenue = 000000fe456540d8008d008e0040000bfa6 performanceReportFile = dataStorageLocation = Data venuePathPrefix = Venues eventPort = 9002 serverPrefix = VenueServer performanceReportFrequency = 0 encryptAllMedia = 0 addressMask = 17 addressAllocationMethod = random dataPort = 9006 textPort = 9004 baseAddress = 224.2.128.0 houseKeeperFrequency = 300 persistenceFilename = VenueServer.dat backupServer = You can see where the event, text and data ports are set. The main port is set with the -p option given to the VenueServer.py script. Hope this helps MYK Jason Soohoo wrote: > Hi all, > > We're looking to change our default port setting for our VenueServer. > By default it is set for 8000, 8002, 8004, 8006. But our upper level > network administration has blocked the 8000s due to a possible > security threat. I know some servers host at port 9000. We'd like to > change ours to do the same. > > Is there an easy way to change the default ports other than going into > the code itself? > > > Thank you all for your time, > > Jason SooHoo > >

