{"id":13468040,"url":"https://github.com/angristan/wireguard-install","last_synced_at":"2025-05-11T05:47:22.616Z","repository":{"id":38277058,"uuid":"185017902","full_name":"angristan/wireguard-install","owner":"angristan","description":"WireGuard VPN installer for Linux servers","archived":false,"fork":false,"pushed_at":"2025-01-26T23:39:32.000Z","size":134,"stargazers_count":9209,"open_issues_count":91,"forks_count":1450,"subscribers_count":133,"default_branch":"master","last_synced_at":"2025-05-08T17:19:24.589Z","etag":null,"topics":["linux","nat","privacy","vpn","wireguard"],"latest_commit_sha":null,"homepage":"https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/","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/angristan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"stanislas","custom":"https://coindrop.to/stanislas"}},"created_at":"2019-05-05T10:43:50.000Z","updated_at":"2025-05-08T16:47:24.000Z","dependencies_parsed_at":"2023-10-20T17:17:21.270Z","dependency_job_id":"3c594787-3b9d-4bb6-b225-9d639909c2f6","html_url":"https://github.com/angristan/wireguard-install","commit_stats":{"total_commits":134,"total_committers":41,"mean_commits":3.268292682926829,"dds":0.6492537313432836,"last_synced_commit":"86958c2a991c0d7d5a74496bd7ae99b9d8e51994"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fwireguard-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fwireguard-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fwireguard-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fwireguard-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angristan","download_url":"https://codeload.github.com/angristan/wireguard-install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523730,"owners_count":21921818,"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":["linux","nat","privacy","vpn","wireguard"],"created_at":"2024-07-31T15:01:04.594Z","updated_at":"2025-05-11T05:47:22.593Z","avatar_url":"https://github.com/angristan.png","language":"Shell","funding_links":["https://ko-fi.com/stanislas","https://coindrop.to/stanislas"],"categories":["Shell","VPN","vpn","linux","WireGuard \u0026 VPN Tools","Projects"],"sub_categories":["Wireguard","User Interface"],"readme":"# WireGuard installer\n\n![Lint](https://github.com/angristan/wireguard-install/workflows/Lint/badge.svg)\n[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/angristan)\n\n**This project is a bash script that aims to setup a [WireGuard](https://www.wireguard.com/) VPN on a Linux server, as easily as possible!**\n\nWireGuard is a point-to-point VPN that can be used in different ways. Here, we mean a VPN as in: the client will forward all its traffic through an encrypted tunnel to the server.\nThe server will apply NAT to the client's traffic so it will appear as if the client is browsing the web with the server's IP.\n\nThe script supports both IPv4 and IPv6. Please check the [issues](https://github.com/angristan/wireguard-install/issues) for ongoing development, bugs and planned features! You might also want to check the [discussions](https://github.com/angristan/wireguard-install/discussions) for help.\n\nWireGuard does not fit your environment? Check out [openvpn-install](https://github.com/angristan/openvpn-install).\n\n## Requirements\n\nSupported distributions:\n\n- AlmaLinux \u003e= 8\n- Alpine Linux\n- Arch Linux\n- CentOS Stream \u003e= 8\n- Debian \u003e= 10\n- Fedora \u003e= 32\n- Oracle Linux\n- Rocky Linux \u003e= 8\n- Ubuntu \u003e= 18.04\n\n## Usage\n\nDownload and execute the script. Answer the questions asked by the script and it will take care of the rest.\n\n```bash\ncurl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh\nchmod +x wireguard-install.sh\n./wireguard-install.sh\n```\n\nIt will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file.\n\nRun the script again to add or remove clients!\n\n## Providers\n\nI recommend these cheap cloud providers for your VPN server:\n\n- [Vultr](https://www.vultr.com/?ref=8948982-8H): Worldwide locations, IPv6 support, starting at \\$5/month\n- [Hetzner](https://hetzner.cloud/?ref=ywtlvZsjgeDq): Germany, Finland and USA. IPv6, 20 TB of traffic, starting at 4.5€/month\n- [Digital Ocean](https://m.do.co/c/ed0ba143fe53): Worldwide locations, IPv6 support, starting at \\$4/month\n\n## Contributing\n\n## Discuss changes\n\nPlease open an issue before submitting a PR if you want to discuss a change, especially if it's a big one.\n\n### Code formatting\n\nWe use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan/sh) to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration [here](https://github.com/angristan/wireguard-install/blob/master/.github/workflows/lint.yml).\n\n## Say thanks\n\nYou can [say thanks](https://saythanks.io/to/angristan) if you want!\n\n## Credits \u0026 Licence\n\nThis project is under the [MIT Licence](https://raw.githubusercontent.com/angristan/wireguard-install/master/LICENSE)\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=angristan/wireguard-install\u0026type=Date)](https://star-history.com/#angristan/wireguard-install\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fwireguard-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangristan%2Fwireguard-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fwireguard-install/lists"}