marimoVPN is a simple automation tool for setting up an OpenVPN Server. It's Easy to setup OpenVPN Server using marimoVPN because the tool is faster. Your VPN Server will be up and running in just a few seconds.
- Clone this Repository
git clone https://github.com/baguskokow/marimoVPN.git
- Ensure the OpenSSL and OpenVPN packages are installed in your server
- Copy the "config.txt" file from the "examples" directory
cp examples/config.txt .
- Define your VPN server configuration. See the example below
port = 1194
protocol = udp
ip server = 10.6.6.25
subnet tunnel = 192.168.10.0 255.255.255.0
-
Running
sudo bash marimovpn.sh
Note : You must use a privileged user (root user)
-
Verify the OpenVPN service
sudo systemctl status openvpn@server
- Ubuntu
If you get an error during installation., you can check the log at /var/log/marimo.log.