What's new

Closed Debian OpenVPN Monitor Installer

Status
Not open for further replies.

Bon-chan

Forum Veteran
Joined
Mar 18, 2018
Posts
1,105
Reaction
4,854
Points
769
This script is For Debian version 9 and 10 Only

* NGiNX + UWSGI setup


Original workaround of this script is on You do not have permission to view the full content of this post. Log in or register now.

Autoscript:
Code:
export B='https://github.com/Bonveio/BonvScripts/releases/download/Debian-OpenVPN-Monitor/Debian-OpenVPN-Monitor.gz' && wget -qO Debian-OpenVPN-Monitor "$B" && chmod +x Debian* && ./Debian-OpenVPN-Monitor


System Requirements

  • Fresh Debian VPS or Debian VPS Installed ng OCS Panel or any correlated nginx services
  • RAM: 512MB (Minimum)
  • vCPU: 1 (Minimum)
  • Open Firewall Port: 80 and 89

After installation, you can now visit your openvpn monitor using port :89 on your server's IP
You do not have permission to view the full content of this post. Log in or register now.


To config the openvpn monitor panel, edit openvpn-monitor.conf on the /srv/openvpn-monitor directory.

Code:
nano /srv/openvpn-monitor/openvpn-monitor.conf



To activate management option on your openvpn server:
Code:
sed -i '/management.*/d' /etc/openvpn/server.conf
echo 'management 0.0.0.0 5555' >> /etc/openvpn/server.conf
service openvpn restart



For bugs and errors, kindly specify kung anong error and comment to this thread


Likes and pasasalamat sapat na..thanks..
 
Last edited:
nainstall ko na sa ocs panel server ko boss, paano ilagay yung mga server nakalagay sa panel ko sa ovpn monitor?
 
nainstall ko na sa ocs panel server ko boss, paano ilagay yung mga server nakalagay sa panel ko sa ovpn monitor?
nano /srv/openvpn-monitor/openvpn-monitor.conf

makita nyo po jan
[VPN1]
ayan po ung tag ng config ng isang server sa openvpn monitor..
ung localhost ipalit nyo po jan ung ip address ng server na may openvpn(na enabled na openvpn management)
 
Last edited:
nano /root/openvpn-monitor.conf

makita nyo po jan
[MyServer1]
ayan po ung tag ng config ng isang server sa openvpn monitor..
ung localhost ipalit nyo po jan ung ip address ng server na may openvpn(na enabled na openvpn management)
tapos pag mag add ng another server boss.

gawa ulit ng [myserver2]?
 
ano itsura nito bossing ?
openvpn-monitor.png
 

Attachments

Last edited:
using hostname nyo po dalawin, ung ovpn-blablabla.bon-chan.ml

tapos pasuyo po nito, pahingi po output ng command nato:
netstat -tlnp | grep 9011
di ko nagets to boss sensya. need ba gamit yung server mismo na nilagay dun sa monitor.conf gamit pag dadalawin yung site?
 
Status
Not open for further replies.
Back
Top