{"id":31584136,"url":"https://github.com/nexoslabs/vpn-toolkit","last_synced_at":"2026-04-12T13:55:05.858Z","repository":{"id":318022966,"uuid":"1069113612","full_name":"nexoslabs/vpn-toolkit","owner":"nexoslabs","description":"A simple, lightweight, zero-dependency VPN management toolkit for Linux (Fedora, Ubuntu, Arch), supporting OpenVPN and WireGuard.","archived":false,"fork":false,"pushed_at":"2025-10-04T14:27:35.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T16:21:00.480Z","etag":null,"topics":["bash","linux","openvpn","shell","vpn","wireguard"],"latest_commit_sha":null,"homepage":"https://nexoscreation.tech/docs","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nexoslabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["nexoscreator","nexoslabs"],"custom":["https://www.paypal.me/nexoscreator","https://www.nexoscreation.tech/donate"]}},"created_at":"2025-10-03T12:28:07.000Z","updated_at":"2025-10-04T13:44:39.000Z","dependencies_parsed_at":"2025-10-04T16:21:02.265Z","dependency_job_id":"9b10077f-3cda-4f75-8a09-3e504bd7b2d7","html_url":"https://github.com/nexoslabs/vpn-toolkit","commit_stats":null,"previous_names":["nexoslabs/vpn-toolkit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nexoslabs/vpn-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoslabs%2Fvpn-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoslabs%2Fvpn-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoslabs%2Fvpn-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoslabs%2Fvpn-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nexoslabs","download_url":"https://codeload.github.com/nexoslabs/vpn-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoslabs%2Fvpn-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281467582,"owners_count":26506524,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","linux","openvpn","shell","vpn","wireguard"],"created_at":"2025-10-06T00:45:28.652Z","updated_at":"2025-10-28T16:05:30.334Z","avatar_url":"https://github.com/nexoslabs.png","language":"Shell","funding_links":["https://github.com/sponsors/nexoscreator","https://github.com/sponsors/nexoslabs","https://www.paypal.me/nexoscreator","https://www.nexoscreation.tech/donate"],"categories":[],"sub_categories":[],"readme":"[![Bash](https://img.shields.io/badge/Shell-Bash-informational?logo=gnu-bash\u0026style=flat-square\u0026color=cyan)](https://www.gnu.org/software/bash/)\n[![GitHub code](https://img.shields.io/github/languages/code-size/nexoslabs/vpn-toolkit.svg?logo=github\u0026style=flat-square\u0026color=cyan)](https://github.com/nexoslabs/vpn-toolkit)\n[![GitHub stars](https://img.shields.io/github/stars/nexoslabs/vpn-toolkit.svg?logo=github\u0026style=flat-square\u0026color=cyan)](https://github.com/nexoslabs/vpn-toolkit)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?logo=github\u0026style=flat-square\u0026color=cyan)](LICENSE)\n\n# VPN Toolkit 🛡️\n\n\u003e A simple, lightweight, zero-dependency **VPN management toolkit** for Linux (Fedora, Ubuntu, Arch), supporting **OpenVPN** and **WireGuard**.  \nEasily manage VPN profiles, connect/disconnect, and add/remove configs — all from the command line.\n\n---\n\n## 🌟 Features\n\n- 📋 List available VPN profiles (`myvpn list`)\n- 📡 Show active VPN connections (`myvpn status`)\n- 🔑 Connect to OpenVPN or WireGuard (`myvpn connect \u003cname\u003e`)\n- 🔒 Disconnect VPN (`myvpn disconnect \u003cname\u003e`)\n- ➕ Add new VPN configurations (`myvpn add openvpn \u003cfile.ovpn\u003e` / `myvpn add wireguard \u003cfile.conf\u003e`)\n- 🗑 Remove VPN configurations safely (`myvpn remove \u003cname\u003e`)\n- ❓ Zero extra dependencies (uses only Bash, OpenVPN, WireGuard, systemctl)\n\n---\n\n## 🚀 Installation\n\nRun a single command to install the toolkit:\n\n```bash\ncurl -s https://raw.githubusercontent.com/nexoslabs/vpn-toolkit/main/install.sh | sudo bash\n```\n\nThis will:\n\n1. Install **OpenVPN** and **WireGuard** if missing.\n2. Download `myvpn.sh` into `/usr/local/bin/myvpn`.\n3. Make it executable.\n\n\u003e No other dependencies are required.\n\n---\n\n## 🛠 Usage\n\n```bash\n# List available VPN profiles\nmyvpn list\n\n# Show active VPN connections\nmyvpn status\n\n# Connect to a VPN\nmyvpn connect \u003cname\u003e\n\n# Disconnect a VPN\nmyvpn disconnect \u003cname\u003e\n\n# Add a new OpenVPN configuration\nmyvpn add openvpn ~/Downloads/myvpn.ovpn\n\n# Add a new WireGuard configuration\nmyvpn add wireguard ~/Downloads/home.conf\n\n# Remove a VPN configuration\nmyvpn remove \u003cname\u003e\n```\n\n### Example:\n\n```bash\nmyvpn add openvpn ~/Downloads/work.ovpn\nmyvpn connect work\nmyvpn status\nmyvpn disconnect work\nmyvpn remove work\n```\n\n---\n\n## 🤝 Contributing\n\nWe ❤️ contributions! Follow these steps to contribute:\n\n1. 🍴 **Fork** the repository\n2. 🌿 **Create** a new branch (`git checkout -b feature/AmazingFeature`)\n3. 💾 **Commit** your changes (`git commit -m 'Add some AmazingFeature'`)\n4. 🚀 **Push** to the branch (`git push origin feature/AmazingFeature`)\n5. 🔃 **Open a Pull Request**\n\n📖 _See our [Contribution Guidelines](CONTRIBUTING.md) for more details._\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📬 Contact \u0026 Community\n\n💬 Join us on **Discord**: [Click Here](https://discord.gg/H7pVc9aUK2)  \n🐦 **Follow on Twitter**: [@nexoslabs](https://twitter.com/nexoslabs)  \n📧 **Email**: [contact@nexoscreation.tech](mailto:contact@nexoscreation.tech)\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by the \u003ca href=\"https://github.com/nexoslabs\"\u003e@nexoslabs\u003c/a\u003e Team\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/nexoslabs/bot-youtube-template/stargazers\"\u003e⭐ Star us on GitHub!\u003c/a\u003e\n\u003c/p\u003e\n\n## Notes\n\n* OpenVPN configs should be placed in `/etc/openvpn/client/` and WireGuard configs in `/etc/wireguard/`.\n* The toolkit relies on system-provided `wg-quick` and `openvpn-client@.service` for starting/stopping connections.\n* Always run `myvpn connect \u003cname\u003e` with sudo if required by system services.\n\n---\n\n\u003e Built with ❤️ for Linux users who want a **simple, fast VPN CLI manager**.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexoslabs%2Fvpn-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexoslabs%2Fvpn-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexoslabs%2Fvpn-toolkit/lists"}