Web Console Security

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
johndavidjack
Posts:1
Joined:Mon Apr 06, 2009 1:59 am
AV Hardware:TwonkyMedia Server 5
OS: Centos Brandz Solaris zone
Client: PS3
Web Console Security

Post by johndavidjack » Mon Apr 06, 2009 2:14 am

TwonkyMedia Server
5.0.46 - Trial Version

I've found documentation for username/passwords for the web console, but even after trying that, restarting the service, etc, it does not work. In fact, when I modify the file in the users home area, everytime I restart the service, the changes I make to the file are wiped out.

I've noticed other posts mention more settings/options in the web console, but for me, there aren't a ton of settings.

For reference, the Twonky Server is running on a Centos Brandz Zone (from an opensolaris host). I don't have any issues finding media, watching movies and such, but I would like to secure this application...

Thanks in advance, and let me know if there is any more necessary info that could help.

digitalmatrixio
Posts:2
Joined:Sat Sep 26, 2009 9:29 pm
AV Hardware:42

Re: Web Console Security

Post by digitalmatrixio » Sat Sep 26, 2009 9:33 pm

I am trying to figure out if we can possibly use carefully placed .htaccess password file to accomplish this. Unfortunately I am not finding any files that remotely resemble web files so I don't know where to start. Maybe I am looking in the wrong place...
While I am glad that I could just make sure I don't have the web console's port open to the internet through my firewall I want to be the only person (plus anyone else I give log-in credentials to) on the network that could manage the server.

PeeBee
Posts:392
Joined:Sat Jun 13, 2009 12:16 pm
AV Hardware:Buffalo LS Pro; PS3; Samsung LE37B650

Re: Web Console Security

Post by PeeBee » Sun Sep 27, 2009 10:20 am

Have you tried using RPC calls to set these parameters instead?

From a web browser use

Code: Select all

http://ip-of-server:9000/rpc/set_option?accessuser=your-username
and

Code: Select all

http://ip-of-server:9000/rpc/set_option?accesspwd=your-password

Code: Select all

http://ip-of-server:9000/rpc/get_option?accessuser
and

Code: Select all

http://ip-of-server:9000/rpc/get_option?accesspwd
will return the current values (pwd is not returned in clear text so is no help if you forget it - just set it to something else if you do).

PB
Samsung LE37B650T2WXXU; Liteon 5055GDL+ HDD/DVD Recorder; Playstation 3; Iomega Screenplay HD 500GB; Buffalo Linkstation Pro LS-320GL (running Twonky 6.0.30, SqueezeBox Server 7.6 and acting as a Print Server)

digitalmatrixio
Posts:2
Joined:Sat Sep 26, 2009 9:29 pm
AV Hardware:42

Re: Web Console Security

Post by digitalmatrixio » Sun Sep 27, 2009 1:39 pm

Thank you PeeBee, that is exactly what I needed.

PeeBee
Posts:392
Joined:Sat Jun 13, 2009 12:16 pm
AV Hardware:Buffalo LS Pro; PS3; Samsung LE37B650

Re: Web Console Security

Post by PeeBee » Sun Sep 27, 2009 4:37 pm

The info was already on the site - I just copied the text from a previous post I made. A search of the site should have found it.

PB
Samsung LE37B650T2WXXU; Liteon 5055GDL+ HDD/DVD Recorder; Playstation 3; Iomega Screenplay HD 500GB; Buffalo Linkstation Pro LS-320GL (running Twonky 6.0.30, SqueezeBox Server 7.6 and acting as a Print Server)

Locked