Skip to content

Commit

Permalink
Fix Chocobozzz#49 and Chocobozzz#155 - Explanation in the description…
Browse files Browse the repository at this point in the history
… and added Windows Notes
  • Loading branch information
Wutze committed May 3, 2020
1 parent 1a24e3d commit 588cc6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OpenVPN Admin
![Twitter Follow](https://img.shields.io/twitter/follow/huwutze?color=blue&label=HuWutze&logo=Twitter&style=plastic)

## Summary
Administrate its OpenVPN with a web interface (logs visualisations, users managing...) and a SQL database.
Expand Down Expand Up @@ -62,7 +63,7 @@ Feel free to open issues.

* Setup the web server (Apache, NGinx...) to serve the web application. Using the example below.

$ nano /etc/apache2/sites-enabled/[ apache config]
$ nano /etc/apache2/sites-enabled/[ apache config ]

* You must reboot the server after installation, otherwise the vpn server will not start correctly and no connection will be established!

Expand All @@ -80,6 +81,8 @@ Feel free to open issues.
### Windows 10
* https://openvpn.net/client-connect-vpn-for-windows/

The full functionality of OpenVPN under Windows 10 can unfortunately only be achieved by running the program under admin rights. This applies in particular to the routing into the VPN network, which does not work without admin rights. Additionally, the client version 3 of OpenVPN is in my opinion not usable to its full extent. For this reason I recommend, especially for people who want to know what they are doing and also want to adjust the configuration, the old version 2. Here is the direct link. https://openvpn.net/downloads/openvpn-connect-v2-windows.msi

### all
* Looks at the configuration of the VPN app. If necessary, adjust the address of your gateway to the VPN server. Most routers can handle a free Dyn-DNS, so you only have to give the name, no IP address.

Expand Down Expand Up @@ -108,6 +111,11 @@ AccessFileName .htaccess
````

### Changes from the original (fixes from original issues)
* Support use of Mysql on different server #49
* Can it change bower to Yarn #155
* All other entries are not very helpful for the functions. However, some have been changed in this way, as you can now modify the server.conf within the system.

## Use of

* [Bootstrap](https://github.com/twbs/bootstrap)
Expand Down

0 comments on commit 588cc6b

Please sign in to comment.