Skip to content

Accessing ARROW Control

Getting into ARROW Control is a two-part job: get onto the VPN, then sign in with the VM’s own system account. This guide walks through both, and covers what to do when either step misbehaves.

You will need a few things in hand:

  • An ARROW VM that is deployed and running, provisioned through ARROW Manager.
  • The VM’s system credentials, the username and password for the machine itself.
  • A Netbird VPN connection, because ARROW Control is not reachable any other way (see VPN Management).
  • A modern browser: Chrome, Firefox, Safari, or Edge.
  • The VM’s VPN IP address, which you can pull from the ARROW Portal or your Netbird client.

There are two easy ways to get the VPN IP:

  • In ARROW Manager, open the Proxmox section, find your VM in the list, and copy the VPN IP shown next to it.
  • In the Netbird client, open the peers list, find the VM by its hostname, and copy its assigned IP.

ARROW Control only answers over the Netbird VPN, so this always comes first.

  1. Open the Netbird client on your computer.
  2. Confirm the status shows “Connected”.
  3. Confirm your ARROW VM shows up in the peers list.

If you are not connected, the VPN Management guide will get you set up.

Point your browser at the VM’s VPN IP on port 20443:

https://<vm-vpn-ip>:20443

For example: https://100.64.196.14:20443

On first access your browser will flag a security warning, because ARROW Control uses a self-signed certificate on the VPN. This is normal and safe to proceed past:

  • Chrome or Edge: click “Advanced”, then “Proceed to [ip-address] (unsafe)”.
  • Firefox: click “Advanced…”, then “Accept the Risk and Continue”.
  • Safari: click “Show Details”, then “visit this website”.

If you would rather not see the warning at all, your administrator can install a custom TLS certificate on the VM.

ARROW Control authenticates against the VM’s system accounts, the same credentials you would use to SSH in. There is no separate ARROW Control password. On the login screen, enter your Username (your system account name, for example arrow) and your Password, then click Login or press Enter. When the credentials check out, the dashboard opens.

ARROW Control login screen with username and password fields ARROW Control login screen with username and password fields

Sign in with your VM system credentials on the ARROW Control login screen.

ARROW Control login screen with username and password fields ARROW Control login screen with username and password fields
What you seeWhat to try
Cannot reach https://vm-ip:20443Confirm the VPN is connected, the VM is running, and the IP is right.
”Connection refused”Make sure ARROW Control is running on the VM and port 20443 is reachable over the VPN.
”Invalid credentials”These are system credentials, not console credentials. Check Caps Lock, and try SSHing in to confirm the account works.
Session expiredSign in again.
Certificate warning keeps returningClear the browser cache, try another browser, or ask your administrator about a custom certificate.
Root login failsRoot login is disabled by default. Use a non-root system account.

Once you are in, the dashboard is the first screen, and it is built to tell you at a glance whether the VM is healthy and what you might want to do next:

  • Status strip: the top of every screen carries the VM hostname and VPN IP on the left, live CPU, RAM, and uptime in the center, and the clock, your user, and Logout on the right.
  • Quick Actions: buttons to open a terminal or launch VNC right away, plus live counts of active VNC connections, terminal sessions, and running proxies.
  • Live meters: CPU, RAM, and storage usage as large, real-time percentages.
  • VM location: a map pinning where the VM is hosted.
  • Netbird VPN and Network panels: the VM’s VPN IP, hostname, interfaces, and current network activity.
  • Status bar: the bottom confirms the live connection (“WS Connected”), the ARROW Control version, and session counts.

The left edge is an icon rail. Hover an icon for its label, click to open that section, and the active section stays highlighted in red. The sections are Dashboard, File Manager, Terminal, Terminal Logs, VNC, Pivot, Processes, Software, Audit Logs, and Settings.

Click Logout in the top-right corner to end your session and return to the login screen. Make a habit of signing out when you are done, especially on a shared computer.

A few habits keep access to a deployed VM tight: always come in over the VPN, keep the system password strong and unique, and sign out when you finish, particularly on shared machines. Give each person their own system account rather than sharing credentials, keep your browser current for its security fixes, and let your administrator know if you spot anything unusual in the activity log.

With the dashboard open, here is where to go next: