Setup & Collectors
How do I install a collector?
Sign in to the portal, go to Collectors, and copy your personalized install command. Paste it into a terminal on any machine on your network and the collector installs and registers automatically. Step-by-step instructions are on the Collector Install Guide.
How many collectors do I need?
One per network segment is the general rule. If all your devices share the same subnet, one collector is enough. For multiple VLANs, you have two options: deploy one collector on a machine inside each VLAN, or install a single collector on a machine that has access to all VLANs — such as a router, firewall, or a host connected to a trunk port. The single multi-VLAN machine approach is simpler when it's available.
Can I run a collector on a Raspberry Pi, NAS, or VM?
Yes. The collector is a single lightweight binary that runs on Linux (amd64, arm64, armv7), macOS (Intel and Apple Silicon), and Windows. It uses minimal CPU and memory. A Raspberry Pi 3 or later, a NAS running Linux, or any always-on VM are all supported platforms.
What happens if a collector goes offline?
Nodes discovered by that collector will show as offline in the portal. If you have availability alerts configured, they will fire. Historical data and inventory are preserved. Once the collector comes back online it resumes reporting and node statuses update automatically.
How do I uninstall a collector?
Run the following commands for your platform:
Linux
sudo systemctl stop lancarta-collector
sudo systemctl disable lancarta-collector
sudo rm /usr/bin/lancarta-collector
sudo rm -rf /etc/lancarta-collector
sudo rm -f /lib/systemd/system/lancarta-collector.service
sudo systemctl daemon-reload
macOS
launchctl unload ~/Library/LaunchAgents/com.lancarta-collector.plist
rm ~/Library/LaunchAgents/com.lancarta-collector.plist
rm /usr/local/bin/lancarta-collector
rm -rf ~/.config/lancarta-collector
Windows (PowerShell, run as Administrator)
Unregister-ScheduledTask -TaskName "LANcartaCollector" -Confirm:$false
Remove-Item -Recurse "C:\Program Files\LANcarta Collector"
You should also revoke the collector in the portal under Collectors to remove it from your inventory.
Can I run multiple collectors on the same network?
Yes, though it's generally not necessary unless you have a specific reason — such as redundancy or covering multiple VLANs from separate machines. If you do run more than one collector per segment, the portal merges their results: a node seen by multiple collectors appears once in your inventory, with ping results from each collector shown side by side. For VLAN coverage, a single collector on a machine with multi-VLAN access is usually simpler than one collector per VLAN.
Data & Privacy
What data does LANcarta collect and store?
LANcarta collects network inventory data: IP addresses, MAC addresses, hostnames, open ports, SNMP system information (device name, description, location, contact), and availability ping results (latency and packet loss). It does not capture packet contents, inspect traffic payloads, read application data, or perform deep packet inspection of any kind.
Where is my data stored?
All data is stored on LANcarta's cloud infrastructure in the United States. Data is encrypted in transit (TLS 1.2/1.3).
How long is data retained?
Retention depends on your plan: 30 days on the Free plan, 90 days on Small Business, and 365 days on IT Professional. Older data is automatically purged on a rolling basis.
What happens to my data if I cancel?
When you delete your account, all data associated with it — nodes, collectors, networks, and history — is permanently deleted immediately. There is no recovery after deletion, so export anything you need before closing your account.
Does the collector see my network traffic?
No. The collector uses ARP scanning, ICMP ping, and SNMP polling to discover and monitor nodes. It does not capture packets, tap traffic flows, read application data, or inspect the contents of any network communication.