{"id":21420919,"url":"https://github.com/infraspecdev/mikrotik-wireguard-client-manager","last_synced_at":"2026-01-28T14:31:27.324Z","repository":{"id":262399235,"uuid":"872582911","full_name":"infraspecdev/mikrotik-wireguard-client-manager","owner":"infraspecdev","description":"A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH","archived":false,"fork":false,"pushed_at":"2024-11-11T08:52:10.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-06T08:40:05.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/infraspecdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T17:33:04.000Z","updated_at":"2024-11-12T12:40:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"98b5d26f-c319-4d79-a611-78fc3ea5db36","html_url":"https://github.com/infraspecdev/mikrotik-wireguard-client-manager","commit_stats":null,"previous_names":["infraspecdev/mikrotik-wireguard-client-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/infraspecdev/mikrotik-wireguard-client-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fmikrotik-wireguard-client-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fmikrotik-wireguard-client-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fmikrotik-wireguard-client-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fmikrotik-wireguard-client-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infraspecdev","download_url":"https://codeload.github.com/infraspecdev/mikrotik-wireguard-client-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fmikrotik-wireguard-client-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-22T20:23:39.557Z","updated_at":"2026-01-28T14:31:27.320Z","avatar_url":"https://github.com/infraspecdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH.\n\n**This project has a [Code of Conduct](CODE_OF_CONDUCT.md).**\n\n## Table of contents\n\n* [Installation](#Installation)\n* [Features](#Features)\n* [Running Tests](#Running-Tests)\n* [Contributing](#Contributing)\n* [License](#license)\n\n```js\nconst { MikroTikWireGuardClientManager, MikroTikSSHClient }  = require('@infraspecdev/mikrotik-wireguard-client-manager')\n\nconst sshClient = new MikroTikSSHClient(\"192.168.1.1\", 22, \"admin\", \"password\");\n\nconst vpnManager = new MikroTikWireGuardClientManager(sshClient);\nconst clients = await vpnManager.listClients();\n```\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/).\n\nBefore installing, [download and install Node.js](https://nodejs.org/en/download/).\nNode.js 22 or higher is required.\n\nIf this is a brand new project, make sure to create a `package.json` first with\nthe [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).\n\nInstallation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```bash\nnpm install @infraspecdev/mikrotik-wireguard-client-manager\n```\n## Features\n* Add WireGuard Client\n* Remove WireGuard Client\n* List WireGuard Clients\n\n\n### Running Tests\n\nTo run the test suite, first install the dependencies:\n\n```bash\nnpm install\n```\n\nThen run `npm test`:\n\n```bash\nnpm test\n```\n\n## Contributing\n\nThe project welcomes all constructive contributions. Contributions take many forms,\nfrom code for bug fixes and enhancements, to additions and fixes to documentation, additional\ntests, triaging incoming pull requests and issues, and more!\n\nSee the [Contributing Guide](CONTRIBUTING.md) for more technical details on contributing.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfraspecdev%2Fmikrotik-wireguard-client-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfraspecdev%2Fmikrotik-wireguard-client-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfraspecdev%2Fmikrotik-wireguard-client-manager/lists"}