LibreElec 10.0 Beta RPi4 (LibreElec-RPi4.arm-9.95.1) remote control / webserver

  • Hi

    Just installed the 10.0 beta on my RPi4. It seems to work very good except of the remote control. There is no service running on port 8080 and the Android App Kore cannot connect.

    The Webserver is enabled and the port is configured in guisettings.yml.

    Code
        <setting id="services.webserver" default="true">false</setting>
        <setting id="services.webserverport" default="true">8080</setting>
        <setting id="services.webserverauthentication" default="true">true</setting>
        <setting id="services.webserverusername" default="true">kodi</setting>
        <setting id="services.webserverpassword" default="true" />
        <setting id="services.webserverssl" default="true">false</setting>

    Here is some log http://ix.io/2WqP

    thx for any help

  • Did you enable it in the gui? your guisettings.xml shows services.webserver == "false"

    There is a couple steps when enabling the webserver as a you get a few popups about authentication warnings that you have to confirm before the webserver is started.

  • @Irusak, thx, that was the problem.

    I had to go to settings > services, then switch to Expert first. Then you can see the Control option where there is also the web server config.