{% extends "base.html" %} {% block title %}Scan — TechHand Remote Support{% endblock %} {% block content %}

Network scanning

Dashboard
{% if server_offline %}
Server connection is down. You can still run scans; results upload to the TNT server when the connection returns.
{% endif %}
Scan this LAN now

Run Tier-A tier_a.discovery_v1 against this LAN and upload a unified envelope to TNT. The server ingest_envelope path (same as homepage Network scan) drops broadcast/multicast before DeviceAsset upsert. This page hides those rows in the results table.

Organization: {% if organization_id %} {{ organization_name or ('#' ~ organization_id) }} {% else %} not bound — results need an organization; bind one on the Setup page. {% endif %}

Leave empty to auto-detect from the active default route.
Network discovery (same recipe)

Same recipe + ingest_envelope path as Scan this LAN and the TNT homepage Network scan. Optional CIDR override. Legacy LocalScanner arp -a upload is retired.

Leave empty to auto-detect
Device scan

Detailed scan of a single IP (presets match TNT server).

{% if server_url %}
Scan history on TNT server

Opens the Scans page on the main TNT server.

{% endif %}
{% endblock %}