So took the time today and fixed my Twonky Media Server conflict, can run both EQEmu and it at same time now. For those interested you have to turn off Twonky server first. Then find twonkyserver.ini file, I had 4 files on my C drive labeled this for some reason. The one that mattered was C:\ProgramData\twonkyserver.ini . Open that up and at the line:
Quote:
# Port of the http server
httpport=
|
Add a port number other then 9000, I used 8000. So mine looked like:
Quote:
# Port of the http server
httpport=8000
|
Save it and restart twonky. Now this also messes up the twonky web browser config page so you need to go into C:\Program Files (x86)\Twonky\TwonkyServer\ and edit 3 files.
twonky-config.html
twonky-config1.html
twonky-config2.html
Open up each of those files up and change the port to your new port setting. Below is what mine now looks like.
URL=http://192.168.0.193:8000/webconfig
After that you can access the web settings from the tray icon again. Hope this helps anyone else who gets this problem.