#UPDATED Version 1.0.9 - 27th September 2022
Running with LE11 (and E12)
# UPDATED Version 1.0.6 --- 19th March 2021
Now runs in both LibreELEC 9.X and 10.X
Link update bellow
# INTRO
I've made a small openvpn server that can be installed on LibreELEC running raspberry pi devices (and eventually other arm devices).
The server runs in a small docker image (around 20MB) that is automatically loaded on first start
After first run, you should configure your server address giving its ddns name or wan ip address.
Then, START THE ADDON and go to your ssh CONSOLE and run:
"openvpn-add-server" to:
- create the server config and keys;
- define your router address (so your openvpn clients can get access to your lan).
Note that the keys will take up to 15 minutes to create in a Raspberry Pi 4 (be patient).
Then call:
"openvpn-add-user" to:
- create users and get the ovpn file of each one.
Theses are the files you must give to the client to acess your openvpn server using an openvpn client software.
Restart the add-on and it's done !
### DOWNLOAD HERE
Version 1.0.9 - LE11 & LE12
https://mega.nz/file/EOAhCYDb#WtSj0s5-jXdcuqftXOD0IOUGaBV-UxjhrpF3_T8EsRQ
# TECH STUFF
### The docker is hosted in:
### The git source is:
GitHub - nvdias0/rpi-docker-openvpn: Docker OpenVPN image for Raspberry Pi
it is a fork from olivierguerriat/rpi-docker-openvpn, which in turn is a fork from kylemanna/docker-openvpn with an armhf base image
Look at those links above if you want to know more.