---
 
 
---
 
 
Smilepk Home | Tips Home | Contact | Games | Themes | Wallpapers | Videos
GOOGLE
Free SEO, Web Related Tips
    Web Hosting Guide
    SEO Articles, Tips
    Earn With Google
    Hot n Top Tips
    Mix Web Special
    Miscellaneous Tips
---
Free Windows xp Tips
    User Interface
    Usability Tweaks
    Security Tricks
    Hardware Tweaks
    Internet & Network
    System Performance
    Miscellaneous Tips
    Software Tips
---
Today World Tips
    Travelling Tips
    Cooking Tips
    Credit Card Tips
    Photography Tips
    Handwriting Tips
    Student Visa Tips
    Resume Tips
    Aloe Vera Tips
    Weightloss Tips
    Beauty Tips
    Mobile Codes Tips
---
Free Other Categories Tips
    PC Buying Tips
    System Tune-Up
    MS Office Tips
    Security Alerts
    Database Tips
    Registry Tricks
    Pc Troubleshooting
    Backup Tricks
    Printing Tips
    Cisco Router Tips
    Glossaries...
    Laptop Tricks
    PC Cleaning Tips
    System FAQs
    Internet Tips
    Windows Vista Tips
---
Free Broadband Tips
    ISP Tricks
    Wireless Tips
    VPN Tricks
    Mobile Tips
    ATM Tips Tricks
    Optic Fiber Tips
    Cable Net Tweaks
    DSL Tips Tricks
    Projector Tips
   Change the ports of WinVNC Server
     Home   XP Software Tips
----

Although Windows XP have remote desktop function, most people still like to use VNC to remote control their machine, however you may need to change the port to bypass the firewall of your office/school. Here's the way to change the port settings.

- If you want to set port > 5900:
1. Run WinVNC (App Mode)
2. Right click and select "Properties" on the VNC tray icon
3. Check "Accept Socket Connections" but DO NOT check "Auto"
4. Calculate display number: if you want to set to port 6900, then your display number will be: 6900 - 5900 = 1000
5. Enter 1000 in the display number field
6. Done

- If you want to set port < 5900 (e.g. port 2000), this reqire a few more steps:
1. Run WinVNC (App Mode)
2. Right click and select "Properties" on the VNC tray icon
3. Tick "Accept Socket Connections" but DO NOT click "Auto", enter "0" to the "Display Number" field.
4. Exit VNC server
5. Start -> Run -> regedit -> OK, Find "\HKEY_CURRENT_USER\Software\ORL\WinVNC3"
6. Find value of "PortNumber"
7. edit the value, change the DEC value of 5900 to the port number you want
8. restart VNC Server, Done!

When you connect to your machine by VNCViewer, type "your-ip:PortNumber" to connect (e.g. "192.168.10.51:2000")

And the web port is the value of PortNumber - 100, so if PortNumber = 5900, http port = 5800, then you can access your desktop in a browser by "http://your-ip:PortNumber", (e.g. "http://192.168.10.51:1900")

Hope this can help