Creation and Management
Creating a Scan Task v0.1.0
- Go to Agents → select the desired agent
- Open the Scan Tasks tab
- Click + New Task
- Enter the task name — use a clear name (e.g., "Subnet 192.168.1.x" or "Hall B")
- In the Network ranges section, click + Add range
- Specify the start and end IP address of the range (e.g.,
192.168.1.1—192.168.1.254) - Add more ranges if necessary
- Configure Unlock Configs if devices are password-protected
- Click Create
Adding IP Ranges
Manual Entry v0.1.0
Click + Add range and manually enter the start and end addresses of the range. Smart paste (v0.5.0) — when pasting from the clipboard, the system automatically detects the format and fills in the required number of fields:
- Single address (e.g.,
192.168.1.50) — fills 4 octet fields - Range with a hyphen (e.g.,
192.168.1.1-192.168.1.254) — fills 8 fields
Renaming Ranges v0.7.0
Each range can be given a name — click the edit icon next to the range. The name is displayed in the list of ranges and simplifies navigation.
Enabling and Disabling Ranges v0.7.0
Each range can be temporarily disabled without deleting it — use the toggle switch to the right of the range. Disabled ranges are not scanned by the agent, but they remain saved in the task.
Unlock Configs — Credentials for Unlocking v0.2.0
If devices are protected by non-standard passwords, the agent will not be able to retrieve metrics from them without authorization. Credentials can be saved for each firmware type. MicroBT (Whatsminer) support was added in v0.7.0, default device passwords hardcoded in the agent were removed in v0.8.0:
| Firmware Type | What is Configured |
|---|---|
| HashCore (Vnish) | Access Password |
| Bitmain (Stock) | Login and Password (default root / root) |
| MicroBT (Whatsminer) | Access Password |
Saved credentials are used automatically by the agent during scanning.
If a device is already discovered but locked — this tab can be opened directly by clicking the lock tag in the device list, see section Device List → Contextual Unlocking.
Managing Tasks
Enabling and Disabling a Task v0.3.0
In the task's context menu, click Enable or Disable. When a task is disabled, the agent stops scanning the specified ranges, but the task and all ranges are preserved.
Editing a Task
Click Edit in the task's context menu to change the name, ranges, and Unlock Configs.
Deleting a Task
Click Delete in the context menu. A deleted task cannot be restored.
**As of v1.0.0-alpha1 : when a Scan Task is deleted, all Workers discovered through it are removed from the system (they do not transition to Offline). Before deletion, a dialog appears showing the number of affected ranges and devices, along with a confirmation checkbox. This behavior differs from deleting an individual IP range within a task — deleting a range moves Workers to Offline without deleting them.