Skip to content

3.0.0-beta.3

Latest

Choose a tag to compare

@XternA XternA released this 14 Jul 00:00
3.0.0-beta.3

⚡️ Fleet Management ⚡️

Manage all your IGM nodes from a single dashboard in real time across any connected node. Nodes in the network discover each other automatically. No configuration required.

Head to the Fleet tab to get started.

📋 Changelog

New Feature ⭐

Fleet Management Dashboard

  • Easy onboarding — create a fleet network or join an existing one.
  • Automatic node discovery — all connected nodes see each other.
  • No central server — every node is fully independent with zero single point of failure.
  • Real-time stats — CPU, RAM, uptime from every node.
  • Remote actions — manage applications from any node's dashboard.
  • Remote log streaming — view application logs live from any node.
  • Open any node's full dashboard in a new tab with one click.
  • Key rotation with grace period for seamless re-onboarding.
  • One-click leave and node removal propagates across all nodes.

Improvements 🔧

  • Consistent OS display across all platforms.

📝 Update Instructions

Run igm update to update IGM to version 3.0.0-beta.3. In the event that the update doesn't work, follow the instructions below and use the installer to force the update.

Run igm version thereafter to check what version you're on.

Note: If you're not able to see the fleet tab, run igm web restart to restart the server manually.

📝 Alternative Update Method

Run the installer for your platform to upgrade IGM to the latest version.

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/XternA/income-generator/installer/install.sh | sh

Windows

Run the following installer outside of WSL with Command Prompt.

curl -fsSL https://raw.githubusercontent.com/XternA/income-generator/installer/install.cmd -o install.cmd && install.cmd && del install.cmd

Run igm web restart to restart the server.