download.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <div class="row">
  2. <div class="col-md-12">
  3. <h2>Download instructions</h2>
  4. <ol>
  5. <li>
  6. Download <a target="_blank" href="http://openvpn.net/index.php/download/community-downloads.html">OpenVPN</a>
  7. </li>
  8. <li>
  9. Install OpenVPN
  10. </li>
  11. <li>
  12. Download <a href="static/client.ovpn">config</a> file and put it in <span class="text-muted">C:\Program Files\OpenVPN\config</span>
  13. </li>
  14. <li>
  15. Start OpenVPN-Gui as <span class="text-muted">Admin</span>
  16. </li>
  17. <li>
  18. Right-click OpenVPN's icon in the systray and select <span class="text-muted">connect</span>
  19. </li>
  20. <li>
  21. Enter your username and password.
  22. </li>
  23. <li>
  24. Hint: If you don't want to enter your username/password everytime, you connect follow these instructions:
  25. <ol>
  26. <li>
  27. Navigate to <span class="text-muted">C:\Program Files\OpenVPN\config</span>
  28. </li>
  29. <li>
  30. Open <span class="text-muted">client.ovpn</span> with your favorite text-editor
  31. </li>
  32. <li>
  33. Append <span class="text-muted">up.txt</span> to <span class="text-muted">auth-user-pass</span> in the last line, then save
  34. </li>
  35. <li>
  36. Create a new file <span class="text-muted">(up.txt)</span> in <span class="text-muted">C:\Program Files\OpenVPN\config</span>
  37. </li>
  38. <li>
  39. Write your username in the first line, password in second line, for example:<br>
  40. 1337h4xx0r<br>
  41. sUp3rs3(R3T
  42. </li>
  43. <li>
  44. Connect again and OpenVPN shouldn't be asking for your username/password anymore
  45. </li>
  46. </ol>
  47. </li>
  48. </ol>
  49. </div>
  50. </div>