Page 1 of 1

Change Port

Posted: Fri Jan 04, 2019 11:23 am
by felixvie
Hello!
I am very happy with my rpi b3+, everything works as espected.

I have two questions, maybe anyone can help me out?
Is it better to turn of the gui to save some ressources on the rpi? if so, how do I do that?

and even more important: I need to change the port from 9999 to 80, didnot find the webserver data on the sd card in /etc is there any option? I am basically a linux noob sadly

thanks a lot

felix

Re: Change Port

Posted: Sat Jan 05, 2019 10:53 am
by mcallegari
Sorry but the web server port is hardcoded to 9999.
To change it you need to rebuild QLC+ from sources.
The line of code is this:
https://github.com/mcallegari/qlcplus/b ... ss.cpp#L85

Re: Change Port

Posted: Sat Jan 05, 2019 9:17 pm
by felixvie
I see, thanks a lot!

Re: Change Port

Posted: Tue Mar 19, 2019 8:41 pm
by Andrew
It should be possible to get Linux to 'redirect' port 80 traffic to another port. This article which I've spent at least 10 seconds looking at seems to show how to do it:

https://www.cyberciti.biz/faq/linux-por ... -iptables/

I'm not sure if this is correct and I've not tested it but hopefully it'll do what you want.