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.
Web Console Security
-
- Posts:1
- Joined:Mon Apr 06, 2009 1:59 am
- AV Hardware:TwonkyMedia Server 5
OS: Centos Brandz Solaris zone
Client: PS3
-
- Posts:2
- Joined:Sat Sep 26, 2009 9:29 pm
- AV Hardware:42
Re: Web Console Security
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.
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.
Re: Web Console Security
Have you tried using RPC calls to set these parameters instead?
From a web browser use
and
and
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
From a web browser use
Code: Select all
http://ip-of-server:9000/rpc/set_option?accessuser=your-username
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
Code: Select all
http://ip-of-server:9000/rpc/get_option?accesspwd
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)
-
- Posts:2
- Joined:Sat Sep 26, 2009 9:29 pm
- AV Hardware:42
Re: Web Console Security
Thank you PeeBee, that is exactly what I needed.
Re: Web Console Security
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
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)