Adding Devices
This guide covers how to add network devices to Inishi for management.
Adding a Single Device
- Go to Devices in the sidebar
- Click Add Device
- Fill in the device details:
| Field | Description | Example |
|---|---|---|
| Name | Friendly name for the device | router-nyc-01 |
| IP Address | Management IP | 10.0.0.1 |
| Driver | Platform type | ios (Cisco IOS) |
| Site | Which site this device belongs to | NYC Office |
- Click Add Device
Adding Credentials
Devices need credentials for Inishi to connect via SSH.
- Go to Devices → select a device
- Click Manage Credentials
- Enter username and password
- Click Save
Credentials are encrypted and stored on the agent in your network — they never leave your infrastructure.
Bulk Discovery
Inishi can automatically discover devices on your network.
- Go to Devices
- Click Discover
- Enter the IP range to scan (e.g.,
10.0.0.0/24) - Select the site for discovered devices
- Click Start Discovery
The agent will scan the network and identify devices by:
- SSH response
- SNMP (if enabled)
- Banner fingerprinting
Bulk Import (CSV)
For large deployments, import devices via CSV:
name,ip,driver,site
router-nyc-01,10.0.0.1,ios,NYC Office
switch-nyc-01,10.0.0.2,ios,NYC Office
fw-nyc-01,10.0.0.3,panos,NYC Office- Go to Devices
- Click Import
- Upload your CSV file
- Review the preview
- Click Import Devices
Supported Drivers
| Driver | Platform |
|---|---|
ios | Cisco IOS, IOS-XE |
nxos_ssh | Cisco NX-OS |
eos | Arista EOS |
junos | Juniper Junos |
Testing Connectivity
After adding a device:
- Select the device
- Click Test Connection
- Inishi will attempt to SSH and run a simple command
If the test fails:
- Verify credentials are correct
- Check SSH is enabled on the device
- Ensure the agent can reach the device's management IP
Next Steps
- Your First Commands — Start querying your devices
- Supported Vendors — Full list of supported platforms