I just installed the latest LibreELEC for RPI4 released on 2022-10-15.
It installed well and I was able to get the YouTube plugin working great.
I am very impressed with it's performance when compared with raspberrypi os for media playback.
Now onto my question.
I was hoping to use the wifi Kore remote control app.
But I am having difficulty connecting it to the device.
There appears to be no setting that allows me to "allow remote control from applications on other systems" like is available for Kodi as detailed here (https://www.maketecheasier.com/set-up-remote-…kodi-with-kore/)
I found several older threads from 2016-2018 where it sounds like people had the Kore remote control app working with LibreELEC around that time.
Looking to try and find anything about a web interface for LibreELEC the most recent thread I came upon was the following.
Thread
Using a Raspberry Pi 3B+, used the latest build as imaged by the Raspberry Pi imaging tool, boots fine etc, but for some reason I cannot access the web interface of kodi. If I SSH to the Pi, I use the default libre details and get rejected for incorrect password.
Frustrated!
xpdnz
April 11, 2021 at 1:29 AM
However I can find no menu option corresponding to "Settings > Services > Control"
The nomenclature of "Control" does seem consistent with what it is called in Kodi and also what people referenced in some of the older threads from 2016-2018.
Has this been removed from the base installation on raspberry pi 4? Or perhaps it never existed in the raspberrypi 4 base install.
If so is there an addon that can be installed to provide the necessary network endpoint so that the Kore remote app can be connected?
The ports open on the system by default are as follows.
```
LibreELEC:~ # netstat -tulpn | grep LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 680/sshd -D [listen
tcp 0 0 0.0.0.0:36666 0.0.0.0:* LISTEN 981/kodi.bin
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 952/smbd
tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN 981/kodi.bin
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 952/smbd
tcp 0 0 :::111 :::* LISTEN 1/systemd
tcp 0 0 :::22 :::* LISTEN 680/sshd -D [listen
tcp 0 0 :::36666 :::* LISTEN 981/kodi.bin
tcp 0 0 :::445 :::* LISTEN 952/smbd
tcp 0 0 :::139 :::* LISTEN 952/smbd
```
9090 looks like it might be the port used potentially for remote control (I really don't know for certain though) but it is only listening on localhost so I can't test it.
And I can't find any menu option that changes it to listen on all network interfaces.
There are some addons that appear to be available for allowing remote playback of content on other devices, but these don't seem related and I don't really want to clutter my installation testing various pluggins which I'm pretty sure are unrelated.
Thanks for any help you guys can provide.