Skip to content

marimoVPN is a simple automation tool for setting up an OpenVPN Server

License

Notifications You must be signed in to change notification settings

baguskokow/marimoVPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marimoVPN

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.

Download marimoVPN

  • Clone this Repository
    git clone https://github.com/baguskokow/marimoVPN.git

Using marimoVPN

  • 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)

    running

  • Verify the OpenVPN service
    sudo systemctl status openvpn@server

    verify-server

Client Testing

client-testing

Supported Linux Distros

  • Ubuntu

Troubleshoting

If you get an error during installation., you can check the log at /var/log/marimo.log.

About

marimoVPN is a simple automation tool for setting up an OpenVPN Server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages