Baseguard

Nodes

Manage devices in your network

Nodes are devices connected to your Baseguard mesh network. Each node receives an overlay IP address and can communicate with other nodes based on ACL rules.

Viewing Nodes

Navigate to Nodes to see all devices:

Nodes list in Baseguard Console

The node list shows:

  • Node: Name, user email, and tags
  • Address: Overlay IP address
  • Last Seen: Last connection time or "Online" status
  • Version: Client version and OS. An arrow icon appears when a newer release is available (see Updating Nodes)
  • Actions: Menu for node operations

Use the search box to filter by node name, or filter by tags.

Node Information

Click a node to view detailed information:

Node Detail View

Node Actions

Edit Node

  1. Click on a node
  2. Modify name or tags
  3. Click Save

Remove Node

  1. Click on a node
  2. Click Remove
  3. Confirm deletion

Removed nodes lose network access immediately.

Disable Key Expiry

For servers that need constant access:

  1. Click on a node
  2. Click Disable Key Expiry
  3. Confirm

Updating Nodes

When a node runs an older version than the latest release for your organization, an update icon is shown next to its version in the Version column. The icon color reflects the severity of the release:

SeverityIndicatorMessage
NormalGray arrowUpdate available: <from> to <to>
SecurityAmber arrowSecurity update available
CriticalRed arrowCritical update available

Click the icon to see the message, open the View changelog link, and — as an owner or admin — push the update right away:

  1. Click the update icon next to the node's version
  2. Click Update

The request is sent to the node over its control connection and the node installs the new version immediately (the toast Update request sent confirms delivery). The node must be online; mobile nodes (iOS/Android) cannot be updated this way and use the app stores instead.

With Auto Update enabled (the default), nodes install new releases on their own during the daily maintenance window — the manual action is only needed to update a node sooner.

Tags

Assign tags to nodes for access control. Click on a node, add tags in the Tags section, and save. See Tags for details.

  • Search: Filter by node name
  • Status: Show online/offline only
  • Tags: Filter by specific tags

Ephemeral Nodes

Ephemeral nodes are automatically removed when they disconnect — ideal for CI/CD runners, temporary environments, and short-lived containers. Enable this option when creating a node auth key.

Node Approval

Enable Require Node Approval in Settings > Node to require administrator review before new devices can join. To bypass approval for automated deployments, use node auth keys. See Organization Settings for configuration.

See Also

On this page