Add a host one at a time
Use the Add host form when you have a small number of hosts to add, or when a specific host needs its own credentials or a non-standard port.1
Open the Hosts area
Go to Hosts in the Luumen UI and click Add host.
2
Enter connection details
Fill in the form fields:
- Name (optional) — a human-readable label that appears in the UI. Defaults to the hostname if left blank.
- Hostname or IP
- Connection type — SSH (Linux) or WinRM (Windows).
- Port — defaults to 22 (SSH), 5985 (WinRM HTTP), or 5986 (WinRM HTTPS) based on the connection type. Override if needed.
3
Set credentials
Pick one of:
- Use default credentials — inherits the workspace’s default credential set. See Credentials.
- Use specific credentials for this host — enter a username and either an SSH key or password.
4
Save
Click Add host. The host appears in the list immediately. Data starts flowing on the next agent run, or on a manual run if you trigger one from the Patch server.
Bulk import
Use bulk import when you have dozens or hundreds of hosts to add at once. Import accepts a CSV file or pasted CSV-formatted text.1
Open the bulk import flow
From the Hosts area, click Bulk import.
2
Provide the host list
Upload a CSV file or paste rows directly. Each row represents one host. At minimum every row needs hostname/IP and connection type; other fields fall back to defaults.A typical CSV looks like:Hosts imported this way use default credentials unless you explicitly provide per-host credentials in the import.
3
Review and confirm
Luumen shows a preview of the parsed rows with any validation errors highlighted (duplicate hostname, unparsable IP, missing required field). Fix issues in your source data and re-upload, or proceed with the valid rows.
4
Import
Click Import. The hosts appear in the list immediately. As with one-by-one additions, data starts flowing on the next agent run.