Instructions for Version 4+
The default port of the PlayerPal web server is 9999. If you want to change this do the following:
- Stop PlayerPal (right click on PlayerPal icon and click exit)
- Open the following file in notepad or other text editor:
C:\Program Files\PlayerPal\PlayerPal 4.2\PlayerPalWinFormServer\PlayerPal.exe.config
- Locate the following line:
<add key="webServerPortNumber" value="9999" />
- Change "9999" to the port number you want e.g. "1234"
- Save the file.
- Start PlayerPal again
- Open PlayerPal on the new port e.g. http://localhost:1234
Instructions for Versions 1-3
The default port of the PlayerPal web server is 9999. If you want to change this do the following:
- Stop the "PlayerPal Web Server" service in the Control Panel->Administrative Tools->Services MMC.
- Open the following file in notepad:
C:\Program Files\PlayerPal Industries\PlayerPal\WebServer\PlayerPalWebServer.exe.config
- Locate the following line:
<add key="webServerPortNumber" value="9999" />
- Change "9999" to the port number you want e.g. "1234"
- Save the file.
- Start the "PlayerPal Web Server" service in the Services MMC.
- Open PlayerPal on the new port e.g. http://localhost:1234
Note: This change will break the shortcut to PlayerPal in the PlayerPal program group.