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

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

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

Post by phibertron » Wed Sep 12, 2012 1:57 am

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
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

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

Post by phibertron » Wed Sep 12, 2012 2:37 am

It also works on linux, tested it with 7.0.9 on a WD MBL

Code: Select all

./twonkyproxy -httpport 9095 &
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

Locked