Skip to main content

NinjaLinker : A secure Python-based VPN tool developed on top of WireGuard

Project description

NinjaLinker VPN Setup for Windows

Windows

Step 1:

Download the NinjaLinker Windows executable (exe) file here. Run the downloaded file as an administrator to perform basic configurations. Once completed, it will prompt you, as shown in the image below. Respond with 'yes' to confirm that everything is okay. This is a one-time process.

While you run the exe, just ignore the warnings and run it.

Step 2:

Ensure that Python is installed on your device. If not, install Python and proceed to the next step.

Step 3:

Open Command Prompt (cmd) or terminal and install the NinjaLinker package using the following command:

pip install NinjaLinker

After the package is installed, you can use the VPN from the command line.

Note: Always run the cmd or terminal in administrator mode when using the VPN.

Step 4:

After the initial configuration, login with your Labs following command:

python ninja login

you will get the authentication message in browser like below image

Step 5:

Once logged in, add your device by executing the command:

python ninja add_device

Step 6:

After successfully adding the device, you can connect to the VPN with the command:

python ninja connect

Step 7:

To disconnect from the VPN, use the command:

python ninja disconnect

Linux

On Linux, by default, you have Python, so you can simply install the tool with this command. In some cases, it will ask for permissions:

pip install NinjaLinker

After the installation to give permission the file use below command

chmod +x /home//.local/bin/ninja

After this permission, you can use the tool.

Step 1:

Run the following command to configure the VPN for the first time:

python ninja configure

Step 2:

After the initial configuration, log in with your Labs following command:

python ninja login

Step 3:

Once logged in, add your device by executing the command:

python ninja add_device

Step 4:

After successfully adding the device, you can connect to the VPN with the command:

python ninja connect

Step 5:

To disconnect from the VPN, use the command:

python ninja disconnect

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ninjalinker-0.0.1-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page