Chocobozzz / OpenVPN-Admin

Install and administrate OpenVPN with a web interface (logs visualisations, users managing...)
GNU Affero General Public License v3.0
948 stars 368 forks source link

installation completed, but panel not shown #148

Open demianrey opened 5 years ago

demianrey commented 5 years ago

Congratulations, you have successfully setup OpenVPN-Admin!

Please, finish the installation by configuring your web server (Apache, NGinx...) and install the web application by visiting http://your-installation/index.php?installation Then, you will be able to run OpenVPN with systemctl start openvpn@server Please, report any issues here https://github.com/Chocobozzz/OpenVPN-Admin

Captura

Thank you very much for your work. but I don't know how to continue seeing the panel on the web, besides the 1194 port that I configured for openvpn it doesn't appear on the listening ports, could you help me?

a355023721 commented 4 years ago

I have the same problem as you,At the same time ,The database of admin,no user information. Refresh page and login, return "login error"

a355023721 commented 4 years ago

The httpd log: [Sun Feb 23 10:28:50.549268 2020] [:error] [pid 18718] [client 192.168.3.2:3512] PHP Fatal error: Call to undefined function password_hash() in /var/www/html/openvpn-admin/include/functions.php on line 38, referer: http://192.168.3.202/openvpn-admin/index.php?installation

a355023721 commented 4 years ago

I have solved this problem,upgrade the php version from 5.4.16 to 5.6.40。