Getting Started: Installing the PinVPN CLI

This guide will walk you through the first steps of setting up the command-line interface for PinVPN, enabling you to manage your compliance workflows efficiently.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (version 16 or higher)
  • An active PinVPN Pro account
  • Basic knowledge of command-line operations

Installation

To install the CLI, run the following command in your terminal:

npm install -g @pinvpn/cli

Verifying Your Installation

After installation, verify that everything is working correctly by checking the version:

pinvpn --version

Next Steps

Now that you have the CLI installed, you can:

  • Configure your environment - Set up your workspace and authentication details
  • Create your first project - Initialize a new compliance project
  • Explore commands - Learn about all available CLI commands

Ready to start your first project?

Follow our comprehensive guide to creating and managing your first compliance project.

Was this page helpful?
Edit this page on GitHub