Set up network Download

Download

Install the NVIS agent on the desired Team/Network resource.

Detailed instructions on installation (third column) are available for Windows, macOS, and Linux

Note: If a VPN is already installed, there is a potential for conflict.

Turn off or disable before installing NVIS AI.

Uninstalling the VPN is the highly recommended option.

Category

Platform

Instructions

Windows

64-bit | 2FA

Windows Install & Test

32-bit | 2FA

Windows Operational Tests

macOS

arm64 (M)

macOS Install & Test

x64-64 (Intel)

Linux

CentOS

Generic Tarball Install

Debian

Generic tarball

Ubuntu (21.04 or below)

Ubuntu (22.04+)

Instructions

Raspberry Pi

Generic tarball

Mobile

Android

iOS (coming soon)

Instructions: Ubuntu (22.04+)

  1. Download installer
    wget https://nvisnet.com/nvis_ubuntu_inst

  2. Run installer
    chmod 755 ./nvis_ubuntu_inst
    sudo ./nvis_ubuntu_inst install

  1. Use the address assigned to you by your Admin to obtain an NVIS IP
    sudo nvis -ga <insert address>

  2. Verify status and addresses associated
    nvis -s

  3. Turn NVIS ON
    nvis on

  4. Verify connections

    1. You can ping yourself
      ping <NVIS IP>

    2. If connected to the test network (tlcnet), ping the test node
      ping 10.0.1.65

  5. Troubleshooting

    1. If ping fails, run:
      sudo /opt/local/nvis/bin/nvis_ubuntu_inst refresh

    2. Check interface. Expect tun0 to show NVIS IP.

      sudo nvis off
      sudo nvis on
      ifconfig tun0

    3. Deeper troubleshooting to disable firewall
      sudo systemctl stop ufw
      sudo /opt/local/nvis/bin/nvis_ubuntu_inst refresh