How do you specify a different port number in SQL Management Studio?
127.0.0.1,6283
Add a comma between the ip and port
If you're connecting to a named instance and UDP is not available when connecting to it, then you may need to specify the protocol as well.
Example: tcp:192.168.1.21\SQL2K5,1443