This page will contain a no-frills guide to getting OpenVPN up and running on a Windows server and client(s). == Download and Install OpenVPN == 1. Download the installer from [http://www.openvpn.net/release/openvpn-2.1.3-install.exe here] and run it. == Create Certificates and Keys == 1. Navigate to the C:\Program Files\OpenVPN\easy-rsa folder in the command prompt: a. Press Windows Key + R b. Type "cmd.exe" and press Enter. {{{ cmd.exe }}} c. Enter the following to navigate to the correct folder: {{{ cd "C:\Program Files\OpenVPN\easy-rsa" }}}