Page 1 of 1

How to hide /console and setup nginx site for Serviio?

PostPosted: Wed Jul 15, 2020 7:33 am
by serviiohelp
Please tell me how to hide this:
http://ipoftheserver::23423/console/?

I mean if I give my friends the link for the movie like http://ipoftheserver:23424/mediabrowser ... id=0&bid=V
They can easily find http://ipoftheserver::23423/console/ and accidentally change something
How to disable it after setting up? Or let to go there only for the admin (me)?

Also need some easy guide how to change http://ipoftheserver:23424/mediabrowser ... id=0&bid=V to https://mysite.com/mediabrowser/#/brows ... id=0&bid=V ? NGINX.

Thank you

Re: How to hide /console and setup nginx site for Serviio?

PostPosted: Wed Jul 15, 2020 9:52 pm
by freaknik
If you own mysite.com you would point dns of your server there. As for blocking the console on the server if it's linux you could use iptables, windows idk.

Re: How to hide /console and setup nginx site for Serviio?

PostPosted: Wed Jul 15, 2020 10:07 pm
by atc98092
I don't believe there's any way to block the console access within your network (unless you use IPTABLES as mentioned with Linux as your OS). But I would never permit access to your console from outside your network, so simply don't open port 23423/23523 on your router and it can't be accessed from outside.