Page 1 of 1

How can I change the port used by twonkyproxy.exe?

Posted: Wed Sep 12, 2012 1:57 am
by phibertron
For Example:

On windows I changed the registry key that starts the service to look like this

Code: Select all

twonkyproxy.exe -start -httpport 9095 
Notes:

on windows the -start is needed, and must be the first switch

There is no need to do anthing in the twonkyserver.ini
Twonky Sever is somehow picking up on the fact that the port was changed
The Web interface is also picking up on the port server change

also, youll have to adjust your firewall to allow for the port change

will test this on linux tonight or tommorow

Re: How can I change the port used by twonkyproxy.exe?

Posted: Wed Sep 12, 2012 2:37 am
by phibertron
It also works on linux, tested it with 7.0.9 on a WD MBL

Code: Select all

./twonkyproxy -httpport 9095 &