OpenVPN Password Issue

Hi All,

I installed the OpenVPN through the Marketplace. There was no option for the VPN Password, so, I can't log into the OpenVPN Access Server. Any way to retrieve or change the password in Linode?
Thank you!

3 Replies

Your issue here seems to be different from the widespread reports we've received of OpenVPN not accepting the passwords set during installation from our Marketplace Apps.

I tried creating one myself and I can confirm that the "VPN Password" field has been removed from the setup process however, there is a workaround to login as this is being worked on. This community post has all the instructions to retrieve the username and password of the VPN server and also change the password if desired.

I was able to login following the instructions provided in the post to retrieve my username which should be "openvpn" by default and the password.

Alternatively, the login credentials including the Admin UI and Client UI login details can be found at usr/local/openvpn_as/init.log. Simply run cat /usr/local/openvpn_as/init.log to display the contents of the file.

I hope this helps.

I have the same problem, when setting up the VPN in marketplace there was no option to create a password. I run the command above but i get "directory not found".

Run:

cat /usr/local/openvpn_as/init.log | grep "password"

and you will find the login password.

The default username is "openvpn".

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct