Pritunl VPN 서버

OpenVPN 프로토콜을 기반으로 구축된 오픈소스 엔터프라이즈용 분산 VPN 서버입니다.

접근

  1. 웹 인터페이스를 방문하세요: https://<SERVER_IP>
  2. SSL 경고(자체 서명 인증서) 수락
  3. 초기 설정을 따르십시오.

First-Time Setup

0. Open the web interface in your browser.

1. SSH into the server.

2. Generate setup key:

sudo pritunl setup-key

3. Use the following MongoDB URI when prompted: mongodb://localhost:27017/pritunl

4. Get the default admin credentials (username is pritunl):

sudo pritunl default-password

VPN Configuration Flow (Web UI)

  1. Users → Add Organization
  2. Users → Add User
  3. Servers → Add Server
  4. Servers → Attach Organization to Server
  5. Servers → Start Server
  6. Users → Download client profile

중요한 파일 및 디렉터리

  • Pritunl configuration: /etc/pritunl.conf
  • Pritunl application data: /var/lib/pritunl
  • MongoDB database files: /var/lib/mongodb
  • MongoDB configuration: /etc/mongod.conf
  • OpenVPN binaries: /usr/sbin/openvpn
  • WireGuard binaries: /usr/bin/wg

신청 세부사항