Is there an OpenVPN package for Libreelec?

  • LibreELEC and CoreELEC have the OpenVPN binary integrated. The way I use this as an OpenVPN client is through the following lines of code in /storage/.config/autostart.sh:

    sleep 20s

    /usr/bin/openvpn --daemon --config /storage/.config/My-OV-DDNS.ovpn

    but I warn you that I do not use username and password in the OpenVPN configuration, only certificates, if this is not your case then you have to continue reading here https://forums.openvpn.net/viewtopic.php?t=11342

    In addition, LibreELEC includes the sample file /storage/.config/system.d/openvpn.service.sample to do this using a linux service.


    I am not going to talk about the Zomboided VPN Manager addon because I have never used it and I don't know it, I only know that it is used to configure an OpenVPN client.

    Good luck!