PHPackages                             yunai39/openvpn-management-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yunai39/openvpn-management-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

yunai39/openvpn-management-bundle
=================================

This bundle provides an Web interface to OpenVPN Management interface throught Telnet

1.0(12y ago)0221PHP &gt;=5.2.4

Since Mar 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/yunai39/OpenVPNManagementBundle)[ Packagist](https://packagist.org/packages/yunai39/openvpn-management-bundle)[ RSS](/packages/yunai39-openvpn-management-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

OpenVPNManagementBundle
=======================

[](#openvpnmanagementbundle)

This bundle will create a web interface to a telnet interface of an OpenVPN server, for Symfony Application. This interface will show all the user connected to a VPN server and you wil also have the possibility to log out user.

Installation
------------

[](#installation)

You need to add a package to your dependency list :

```
"yunai39/openvpn-management-bundle"

```

Then you will need a composer update:

```
composer update "yunai39/openvpn-management-bundle"

```

Dont forget to add the Bundle to the kernel

```
//app/AppKernel.php
new Yunai39\Bundle\OpenVPNManagementBundle\OpenVPNManagementBundle(),

```

And also add the following routing:

```
openvpn:
    resource: "@OpenVPNManagementBundle/Resources/config/routing.yml"
    prefix:   /openvpn

```

Configuration
-------------

[](#configuration)

You can add multiple server, but you need to add a list one. Your OpenVPN server must be configured to use a telnet interface.

```
openvpn.servers:
	1:
		ip: ip.to.openvpn.server
		name: server name
		telnet_port: your_port
		telnet_password: *****
openvpn.conf.reload: 5 # Every 5 minutes the page will be reloaded

```

You will also need to add openvpn.conf.reload as a twig global like this

```
twig:
	globals:
    	openvpn_conf_reload: %openvpn.conf.reload%

```

As for custom css, the main div containing the information about, every single serveur has the class openvpn\_info\_main, each table is openvpn\_info\_table and the information at the bottom is openvpn\_info\_bottom. For the page to be relod every time to create a base.html.twig who has a meta block as the index extends '::base.html.twig'

The to access you server info go to the page /openvpn/infoS.

TODO
----

[](#todo)

Error Handling Add with or withour a password

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4451d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65edc3878f666e2456f91f1ae1a12e52c361e1e9438495f4dce5fd9b4c2e22b3?d=identicon)[yunai39](/maintainers/yunai39)

---

Top Contributors

[![yunai39](https://avatars.githubusercontent.com/u/1052458?v=4)](https://github.com/yunai39 "yunai39 (8 commits)")

---

Tags

webmanagementopenvpn

### Embed Badge

![Health badge](/badges/yunai39-openvpn-management-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/yunai39-openvpn-management-bundle/health.svg)](https://phpackages.com/packages/yunai39-openvpn-management-bundle)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[onokumus/metismenu

A jQuery menu plugin

2.0k263.3k5](/packages/onokumus-metismenu)[kigkonsult/icalcreator

iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information

2462.6M16](/packages/kigkonsult-icalcreator)[laraveljutsu/zap

A flexible, performant, and developer-friendly schedule management system for Laravel

1.4k69.1k](/packages/laraveljutsu-zap)[jakubkulhan/chrome-devtools-protocol

Chrome Devtools Protocol client for PHP

183967.6k3](/packages/jakubkulhan-chrome-devtools-protocol)[botman/driver-web

Web driver for BotMan

86658.7k7](/packages/botman-driver-web)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
