Change Port Number on TSWEB client or VNC

Jiffyman

New Member
I'm trying to make it so I can access my computer from school. Right now the port 3389 is in use by my dads server. I've figured out how to change the RDP listening port, but I still havn't figured out how to change the port number on the web client. Currently I can not use any other means to connect to my computer besides RDP web client cause the clients on the schools comps are locked. Also if someone can tell me how to change to port number on the VNC viewer that would be appreciated too.
 
Last edited:
Sorry if I should've posted this in internet security. Heres the solution straight outta Microsoft's Knowledge Base.

Add this line "MsRdpClient.AdvancedSettings2.RDPPort = Port Number XXXX" after these.

MsRdpClient.AdvancedSettings2.RedirectDrives = TRUE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE

As for vnc viewer port I haven't quite figured that one out yet.
 
Back
Top