> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/networking/wireguard-server.md).

# WireGuard Server

To install WireGuard Server on a system, we can use easy installer script.

## Usage

Get the script, and make it executable.

```bash
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
```

To install WireGuard Server, run -

```bash
./wireguard-install.sh
```

***Source:*** [***GitHub***](https://github.com/angristan/wireguard-install)
