Problem with 6346

Yes, you can try any port number between 0 and 65536. Just make sure that you haven't configured any other application to use the same port number.
 
You should not use ports below 1024. They are almost all reserved for the system.
I would recommend you use ports above 2000. Phex will randomly choose a port between 2000 and 8000 but this could be expanded to 25000.

To check the known service ports look at:
http://www.sockets.com/services.htm

Gregor
 
Back
Top