How can I move the dashboard/webconfiguration to a different port, say 88 or so? I want to run apache on 80 but it can't start because port 80 is taken.
Found it already. For those who'd like to know: Change the 80 in normalizePort(process.env.PORT||'80'); in the www script file in /opt/udoo-web-conf/bin to any other port .