Socket
Socket
Sign inDemoInstall

@embervpn/server

Package Overview
Dependencies
71
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @embervpn/server

The CLI tool to manage the Ember VPN server nodes


Version published
Weekly downloads
2
decreased by-97.96%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Overview

This is a Bun CLI tool for setting up and managing Ember VPN server instances.
Ember VPN is a complete SaaS VPN solution that extends its services to developers and organizations to create their own VPN servers.

Installation

# Install dependencies
apt update && apt upgrade -y
apt install -y curl acl

# Install Bun
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun add --global @embervpn/server

Setup

To provision the instance, run the following to start the setup wizard. or add the --help flag to see all options

ember provision

Create a configuration

OpenVPN configuration files are generated for each user. To create a new configuration, run the following command. or add the --help flag to see all options

Important: By default configuration files are uploaded to Ember VPN's URL shortener for a one-time download. To disable this, add the --outfile flag to specify a local file path.

ember mkcfg --outfile <path>

FAQs

Last updated on 01 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc