corevpn-server-0.1.0 is not a library.
corevpn-server
CoreVPN server binary - secure OpenVPN-compatible VPN server with OAuth2 and ghost mode.
Features
- OpenVPN Compatible: Works with standard OpenVPN clients
- OAuth2/SAML: Enterprise authentication support
- Ghost Mode: Zero-logging for maximum privacy
- Admin Web UI: Web-based management interface
- Audit Logging: SIEM and cloud integration
- Modern TLS: TLS 1.3 with strong ciphers
Installation
Or with Docker:
Quick Start
# Initialize server
# Start server
# Ghost mode (zero logging)
# Start admin UI
Commands
| Command | Description |
|---|---|
setup |
Interactive setup wizard |
run |
Start VPN server |
client |
Generate client configuration |
web |
Start admin web interface |
status |
Show server status |
doctor |
Diagnose configuration issues |
Ghost Mode
When privacy is paramount, use ghost mode to disable all connection logging:
Or in configuration:
[]
= "none"
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.