Celeb Glow
news | April 03, 2026

Kubuntu 16.04 (Plasma 5) connect to VPN

I want to connect to our company VPN.

I found guide on official Ubuntu documentation but that is not valid for Kubuntu or KDE desktop environment.

Is there alternative way to do this on Kubuntu or via terminal?

6

1 Answer

Connecting to PPTP VPN in Kubuntu 16.04 is easy. Follow the procedure:

  1. Click on the Network Manager Icon on the Panel

    Network Icon

    If you can't find that icon, install plasma-nm package.

    sudo apt-get install plasma-nm

    and add the widget to the panel

  2. In the Opened Pop-Up notification, click on the Settings Icon at the right side.

    Settings Icon

  3. On the New Connection Editor window, Click on the Add button and select Point-to-Point Tunneling Protocol from the dropdown menu.

    pptp

  4. On the New Connection (vpn) window, provide the vpn address in the Gateway field, fill username and password and click OK to save. You can leave NT Domain field empty.

Now you can connect to the VPN from the Network Manager Widget.

From OPs feedback, it seems you need to click on Advanced tab in Create new connection window and enable the option for USE MPPE Encryption option to be enable to use with Windows VPN.

Check the screenshot below for that

special settings for windows vpn

4

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