Forgot openvpn admin's password

17,553

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

Share:
17,553
Bhesh Sejawal
Author by

Bhesh Sejawal

Dynamic, innovative and skilled experienced Java Developer, combining an excellent educational background with over 10 years of experience in building cutting-edge web based applications to meet user and business needs. Key contributor in driving the entire application development lifecycle, including requirements gathering and analysis, design specifications, programming, testing, and deployment. Leverage a full portfolio of available tools to enhance performance and functionality. Strong collaborative, interpersonal, leadership and communication abilities to achieve seamless cross-functional cooperation in a fast-paced environment, and to foster optimal knowledge sharing and project excellence. Languages: Java, Groovy, PHP, C Programming, Bash Script, JavaScript AWS : VPC, EC2, S3, RDS, VPN, Rout53, Lambda, API gateway, CodeBuild, Code Commit, CloudFormation, Fargate etc Web: HTML, CSS, Javascript, JQuery, Servlet, JSP, GSP Databases: MySQL, Oracle, MSSQL Tools: Maven, Ant, Jenkins CI, Tomcat, SVN, GIT, Gradle, AWS Platforms: Unix and Windows Web Service : RESTFul, JSON Web/App Server : Tomcat, Jboss Framework : Spring, Hibernate, Grails SDLC : Waterfall, Agile

Updated on June 07, 2022

Comments

  • Bhesh Sejawal
    Bhesh Sejawal almost 2 years

    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?