3

I had installed open-vpn on AWS ec2 instance but now I forgot the admin password and I can not access to the openvpn web-ui. Is there any way to reset admin's password?

Bhesh Sejawal
  • 558
  • 2
  • 7
  • 22

1 Answers1

26

Solved: connect to the openvpn server appliance using ssh as

ssh -i "vpn.pem" openvpnas@public-ip
sudo su -
passwd openvpn

You just need to reset openvpn user's password on server and try login on web-ui login page

Bhesh Sejawal
  • 558
  • 2
  • 7
  • 22