This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Set VPN to connect on startup /retry if connection loss

Is there a way to have the vpn client installed on a server to autolog in on reboot or if the connection fails?


This thread was automatically locked due to age.
Parents Reply Children
  • Yes, you have to create a text file with your username and password. Now add that file to your ovpn config ("auth-user-pass ").

    Then start SSL VPN with a scheduled task on reboot:
    "" --connect .ovpn


    that sounds like what i need

    what format should the user\password be in

    can you give me an example?