=====Install Script=====
Install [[https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/|Script]]
Ubuntu 22.04 or higher is required to use this installer. Modify Ubuntu Version in line 41!
wget https://git.io/vpn -O openvpn-install.sh
chmod +x openvpn-install.sh
sudo bash openvpn-install.sh
openvpn --genkey --secret /etc/openvpn/server/tc.key
sudo systemctl start|stop openvpn-server@server.service
=====Benutzer erstellen=====
Um einen Benutzer zu erstellen ruft man das Installer Script erneut auf und bekommt ein interaktives MenĂ¼.
=====Sonstiges=====
[[https://openvpn.net/vpn-server-resources/explanation-of-client-side-scripting-with-simple-examples/|Client scripting]]
=====Links=====
* {{how_to_set_up_openvpn_server_in_5_minutes_on_ubuntu_linux_-_nixcraft.pdf|OpenVPN Server in 5 Minutes}}
* [[https://www.youtube.com/watch?v=DFgJGIceNmw|OpenVPN Server in Windows]]