Files
obsidian/Clippings/Wireguard VPN을 GUI로 wg-easy.md
2025-12-17 01:17:13 +09:00

156 lines
11 KiB
Markdown

---
title: "Wireguard VPN을 GUI로? wg-easy"
source: "https://svrforum.com/svr/43830"
author:
- "[[서버포럼]]"
published: 2021-06-23
created: 2025-04-14
description: "안녕하세요. 달소입니다. 오늘은 Wireguard VPN을 GUI로 사용할 수 있는 wg-easy 를 소개해드리고자합니다. Wirdguard는 앞서 말씀드렸듯 VPN 속도비교를 했을때도 압도적이며 꽤나 매력있는 VPN입니다. 다만, Linux ..."
tags:
- "clippings"
---
## OS / 가상화
Linnux, Hypervisor 등 OS와 가상화에 관련된 주제의 게시판입니다.
안녕하세요. 달소입니다.
오늘은 Wireguard VPN을 GUI로 사용할 수 있는 wg-easy 를 소개해드리고자합니다.
Wirdguard는 앞서 말씀드렸듯 VPN 속도비교를 했을때도 압도적이며 꽤나 매력있는 VPN입니다.
다만, Linux 기반답게 사용이 불편한점이 꽤나 많기때문에 많은 gui 툴들을 사용해봤는데 wg-easy가 구축도 간편하고 관리도 편해서 추천드리려고합니다.
[![](https://svrforum.com/files/thumbnails/408/023/300x300.crop.jpg?20210508114914)](https://svrforum.com/23408)
[떠오르는 VPN WIREGUARD 란?](https://svrforum.com/23408)
[https://www.wireguard.com/](https://www.wireguard.com/) WireGuard: fast, modern, secure VPN tunnel wiregu...
[WireGuard: fast, modern, secure VPN tunnel](https://www.wireguard.com/)
[www.wireguard.com](https://www.wireguard.com/)
WireGuard: fast, modern, secure VPN tunnel
![](https://svrforum.com/files/member_extra_info/profile_image/201/201.jpg?20210119163221) 달소 | 2021.03.22
[WireGuard: fast, modern, secure VPN tunnel](https://www.wireguard.com/)
[www.wireguard.com](https://www.wireguard.com/)
WireGuard: fast, modern, secure VPN tunnel
[WireGuard: fast, modern, secure VPN tunnel](https://www.wireguard.com/)
[www.wireguard.com](https://www.wireguard.com/)
WireGuard: fast, modern, secure VPN tunnel
[WireGuard: fast, modern, secure VPN tunnel](https://www.wireguard.com/)
[www.wireguard.com](https://www.wireguard.com/)
WireGuard: fast, modern, secure VPN tunnel
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/0f41987e185be2708f9ddf9e72e19d29.jpg)
## 사전준비
Ubuntu 20
docker 및 docker-compose 설치
[![](https://svrforum.com/files/thumbnails/421/032/300x300.crop.jpg?20210508114951)](https://svrforum.com/32421)
[Ubuntu 20 docker-compose 설치 및 사용하기.](https://svrforum.com/32421)
안녕하세요. 달소입니다. 이번에는 docker를 좀더 편하게 사용할 수 있도록 도와주는 docker-compose 설치방법입니다. d...
![](https://svrforum.com/files/member_extra_info/profile_image/201/201.jpg?20210119163221) 달소 | 2021.04.28
설치할 디렉터리 만들기
**mkdir wg-easy**
**cd wg-easy**
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/19ec5deee8fa78ddf58774fa8d108ba5.jpg)
사용하는 이미지는 [https://github.com/WeeJeWel/wg-easy](https://github.com/WeeJeWel/wg-easy) 입니다.
![](https://opengraph.githubassets.com/735cc77b7a43364ebac8b48d8cfabe4b5b3b73a3a0953f4830429fc3f2c8de9c/WeeJeWel/wg-easy)
[GitHub - WeeJeWel/wg-easy: The easiest way to run WireGuard VPN + Web-based Admin UI.](https://github.com/WeeJeWel/wg-easy)
[github.com](https://github.com/WeeJeWel/wg-easy)
The easiest way to run WireGuard VPN + Web-based Admin UI. - WeeJeWel/
## wg-easy 설치하기
**wget [https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/docker-compose.yml](https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/docker-compose.yml)**
아래 Optional 부분과 HOST 부분을 수정해주면 됩니다.
HOST는 Endpoint IP나 도메인 주소
아래 옵션들은 옵션부분을 참고해서 설정해주세요.
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/5b0c297345ec1b94f6cb00a9455633c6.jpg)
아래 옵션부분을 참고해서 설정을 진행해주세요.
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/c4d557a0e3b64428e4f92e46fa3989ce.jpg)
수정이 완료되었으면 **docker-compose up --detach** 명령어로 실행해주시면 됩니다.
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/a955c5433b1f2f6695fd1feb54794e35.jpg)
## 관리 웹 접근 및 사용자 등록하기
웹 접근은 ip:51821 로 접근하시고 password는 아까 작성해주신걸로 넣어주시면됩니다.
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/2e9ba09a6bccdabea24c6cc9d4d3c964.jpg)
New 버튼을 누르고 이름을 입력하면
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/0e6f676ce1f8b5541c1804beb63a0380.jpg)
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/fc7a37a7ee218e9c265c6ed5f374a678.jpg)
윈도우 Client에서는 Add Tunnel로 손쉽게 설정을 넣을수있고
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/ef82f11475f2a92f5d26035279ed3d67.jpg)
![image.png.jpg](https://svrforum.com/files/attach/images/2021/06/23/8c34cc9f638e3be8d51298f5a6a074f4.jpg)
Show QR Code를 누르면 스마트폰에서 접속하기 쉽도록 QR 코드가 활성화 되며 찍으면 바로 등록이 됩니다.
트래픽도 잘나오고 훌륭한 툴인거같습니다 ㅎㅎ
[목록](https://svrforum.com/svr/page/1)
| 번호 | 분류 | 제목 | 추천 | 글쓴이 | 날짜 | 조회 |
| --- | --- | --- | --- | --- | --- | --- |
| 공지 | | [2025/04/11 - 마인크래프트 게시판 추가 및 분류별 모아보기 추가 안내](https://svrforum.com/svr/2277366) [4](https://svrforum.com/svr/2277366#comment) | 6 | [달소](https://svrforum.com/svr/#popup_menu_area) | 2 일 전 10:39 | 9,662 |
| 4969 | | normal new [Proxmox + Ubuntu 24.04 VM + Ryzen 5825U (Barcelo) 내장 GPU 패스스루 후 VAAPI 활성화 실패 문제 (핵심 라이브러리 파일 누락)](https://svrforum.com/svr/2284234) [1](https://svrforum.com/svr/2284234#comment) | \- | [나스나스스](https://svrforum.com/svr/#popup_menu_area) | 6 분 전 00:06 | 5 |
| 4968 | | image new [Docker apache 구성에 막혀서 도움이 필요합니다](https://svrforum.com/svr/2282696) [3](https://svrforum.com/svr/2282696#comment) | \- | [velod](https://svrforum.com/svr/#popup_menu_area) | 9 시간 전 14:40 | 98 |
| 4967 | | normal update [Proxmox VE 8.4가 출시되었습니다!](https://svrforum.com/svr/2281088)[4](https://svrforum.com/svr/2281088#comment) | 2 | [달소](https://svrforum.com/svr/#popup_menu_area) | 1 일 전 19:29 | 354 |
| 4966 | | normal update [proxmox에서 헤놀로지에 AMDcpu의 내장gpu 패스스루는 불가능 한가요?](https://svrforum.com/svr/2281048)[5](https://svrforum.com/svr/2281048#comment) | \- | [나스나스스](https://svrforum.com/svr/#popup_menu_area) | 1 일 전 19:21 | 175 |
| 4965 | | normal [\[질문\] tailscale 간 SMB 속도 문제??](https://svrforum.com/svr/2280465)[5](https://svrforum.com/svr/2280465#comment) | \- | [아나구](https://svrforum.com/svr/#popup_menu_area) | 1 일 전 13:29 | 139 |
| 4964 | | normal [Proxmox BlissOS 혹은 안드로이드x86에서 CIFS 마운트](https://svrforum.com/svr/2278880) [5](https://svrforum.com/svr/2278880#comment) | \- | [대혁명오라클](https://svrforum.com/svr/#popup_menu_area) | 2 일 전 20:36 | 177 |
| 4963 | | normal [TrueNAS 풀에 관하여 질문드립니다.](https://svrforum.com/svr/2278751)[5](https://svrforum.com/svr/2278751#comment) | \- | [STRESSS](https://svrforum.com/svr/#popup_menu_area) | 2 일 전 19:47 | 103 |
| 4962 | | normal [esxi 무료 다시 부활한 것 같아요](https://svrforum.com/svr/2278590) [12](https://svrforum.com/svr/2278590#comment) | \- | [Felix225](https://svrforum.com/svr/#popup_menu_area) | 2 일 전 18:52 | 420 |
| 4961 | | image [proxmox 6.14 커널이 생각보다 불안정하네요](https://svrforum.com/svr/2276134) [1](https://svrforum.com/svr/2276134#comment) | 1 | [kmw\_](https://svrforum.com/svr/#popup_menu_area) | 3 일 전 22:01 | 286 |
| 4960 | | normal [홈서버 관련 네트워크 서비스 또는 보안 어떤 것들을 적용하셨나요?](https://svrforum.com/svr/2272282)[14](https://svrforum.com/svr/2272282#comment) | 1 | [나노큐브](https://svrforum.com/svr/#popup_menu_area) | 4 일 전 10:20 | 454 |
| 4959 | | normal [USB DAS passthrough 디스크 인식 불안정](https://svrforum.com/svr/2271996) [6](https://svrforum.com/svr/2271996#comment) | \- | [설레발](https://svrforum.com/svr/#popup_menu_area) | 4 일 전 09:26 | 135 |
| 4958 | | normal [ZFS 스토리지 생성하려고 하는데 SSD할당이 꽉 찼습니다](https://svrforum.com/svr/2270465) [4](https://svrforum.com/svr/2270465#comment) | \- | [아렌티](https://svrforum.com/svr/#popup_menu_area) | 5 일 전 21:25 | 238 |
| 4957 | | image [Proxmox VE 8용 Linux 6.14 커널 옵트인, 테스트 및 구독 불가로 사용 가능](https://svrforum.com/svr/2269941) [4](https://svrforum.com/svr/2269941#comment) | \- | [달소](https://svrforum.com/svr/#popup_menu_area) | 5 일 전 17:46 | 365 |
| 4956 | | normal [(미세팁) nextcloud webdav 속도향상 + smb + googledrive](https://svrforum.com/svr/2265235) [2](https://svrforum.com/svr/2265235#comment) | 1 | [bigworker128](https://svrforum.com/svr/#popup_menu_area) | 6 일 전 15:48 | 453 |
| 4955 | | normal [헤놀로지 메모리 보통 얼마나 할당하시나요?](https://svrforum.com/svr/2264684)[15](https://svrforum.com/svr/2264684#comment) | \- | [secops](https://svrforum.com/svr/#popup_menu_area) | 6 일 전 13:32 | 368 |
| 4954 | | image [\[해결\] proxmox vm간 SMB 속도 문제??](https://svrforum.com/svr/2264271)[7](https://svrforum.com/svr/2264271#comment) | \- | [아나구](https://svrforum.com/svr/#popup_menu_area) | 6 일 전 11:13 | 235 |
| 4953 | | normal [외장하드 하나에 PBS 백업 디스크 + Hyper Backup 볼륨 함께 사용 가능할까요?](https://svrforum.com/svr/2262617)[2](https://svrforum.com/svr/2262617#comment) | \- | [올치보이](https://svrforum.com/svr/#popup_menu_area) | 25.04.06.18:29 | 140 |
| 4952 | | normal [Proxmox에서 만든 가상윈도우에서 게임성능이 안나오는거같습니다...](https://svrforum.com/svr/2262188)[3](https://svrforum.com/svr/2262188#comment) | \- | [xoals8595](https://svrforum.com/svr/#popup_menu_area) | 25.04.06.13:47 | 471 |
| 4951 | | image [OPNsense에서 Proxmox 네트워크 관리하기?](https://svrforum.com/svr/2258098)[8](https://svrforum.com/svr/2258098#comment) | \- | [ExpBox](https://svrforum.com/svr/#popup_menu_area) | 25.04.04.17:32 | 412 |
| 4950 | | normal [igpu 패스스루 질문있습니다](https://svrforum.com/svr/2255398) [6](https://svrforum.com/svr/2255398#comment) | \- | [secops](https://svrforum.com/svr/#popup_menu_area) | 25.04.03.21:27 | 255 |