{"id":16673677,"url":"https://github.com/nathan-fiscaletti/openvpn-panel","last_synced_at":"2025-04-09T20:06:57.404Z","repository":{"id":68306125,"uuid":"129526325","full_name":"nathan-fiscaletti/openvpn-panel","owner":"nathan-fiscaletti","description":"🔐A web panel for controlling an OpenVPN server","archived":false,"fork":false,"pushed_at":"2019-04-09T17:26:20.000Z","size":61,"stargazers_count":13,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T20:06:43.057Z","etag":null,"topics":["openvpn","openvpn-panel","openvpn-server","panel","php","web-panel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathan-fiscaletti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-14T14:50:04.000Z","updated_at":"2025-04-07T12:14:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb75a20f-de7c-46ac-b2ed-eef8a0efb01f","html_url":"https://github.com/nathan-fiscaletti/openvpn-panel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-fiscaletti%2Fopenvpn-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-fiscaletti%2Fopenvpn-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-fiscaletti%2Fopenvpn-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-fiscaletti%2Fopenvpn-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathan-fiscaletti","download_url":"https://codeload.github.com/nathan-fiscaletti/openvpn-panel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openvpn","openvpn-panel","openvpn-server","panel","php","web-panel"],"created_at":"2024-10-12T12:27:45.276Z","updated_at":"2025-04-09T20:06:57.396Z","avatar_url":"https://github.com/nathan-fiscaletti.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVPN Panel\nA web panel for controlling an OpenVPN server\n\n![Preview](https://i.imgur.com/6GKvCdr.png)\n\n## Setup\n\nAdd this direcory to your path variable either in `~/.bashrc` or using\n```shell\nexport PATH=$PATH:/this/directory\n```\n\n## Installation\n```shell\n# Download OpenVPN Panel\ngit clone https://github.com/nathan-fiscaletti/openvpn-panel.git\ncd openvpn-panel\n\n# Modify Configuration\n#    Set `host` and `port` values in config/server.ini\n#    Set `client_storage` in config/server.ini\n#        All client configurations will be stored here. This needs to be\n#        the same location that is configured in WebConfig.php, and the\n#        directory needs to be created before you start the OpenVPN Panel.\n#    Set `client_storage` in config/WebConfig.php\n#    Set `title` in config/WebConfig.php\n\n# Install Dependencies\nsudo apt-update\nsudo apt install php composer -y\ncomposer install\n\n# Set up the OpenVPN Server\n./bin/openvpn-install.sh\n\n# Running the OpenVPN installation script will\n# create a client configuration in the home directory.\n# You should delete this and allow the panel to manage\n# the certificates.\nrm ~/client.ovpn\n\n# Add the default user for the Panel\n# (Use a secure password)\nsudo openvpnpanel --adduser admin 'password'\n\n# Start the Panel\nsudo ./openvpnpanel --start\n```\n\n## Commands\n\n### Start the panel\n```shell\nopenvpnpanel --start\n```\n\n### Stop the panel\n```shell\nopenvpnpanel --stop\n```\n\n### Get the status of the Panel\n```shell\nopenvpnpanel --status\n```\n\n### Add Panel User\n```shell\nopenvpnpanel --adduser [name] [password]\n```\n\n### Remove Panel User\n```shell\nopenvpnpanel --deleteuser [name]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-fiscaletti%2Fopenvpn-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathan-fiscaletti%2Fopenvpn-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-fiscaletti%2Fopenvpn-panel/lists"}