Where is OpenVPN's sacli?

I am trying to setup a Windows client and I need sacli in Ubuntu to create the client configuration file. Does anyone know where it is? I cant find it.

1 Answer

It seems that sacli is not packaged.

You can download the OpenVPN Access Server from Download page. Then install it to your system with:

  • Ubuntu 16.04 LTS

    cd ~/Downloads
    wget
    sudo apt install ./openvpn-as-2.7.3-Ubuntu16.amd_64.deb # for 16.04 LTS
  • Ubuntu 18.04 LTS

    cd ~/Downloads
    wget
    sudo apt install ./openvpn-as-latest-ubuntu18.amd_64.deb

and then launch sacli with

/usr/local/openvpn_as/scripts/sacli
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like