Skip to content

Run

The Run page is where you tell devices to do something now that isn’t a configuration change — ping a host, reboot the agent, install or reload a plugin. It targets one device, several devices, an OU, or the entire organization, and lets you defer execution to a later time. Read the conceptual background in Run Command.

NDWeb Run page with a Ping command selected on the left, host and packet fields, and target selection (entire organization or specific devices/OUs) on the right

The page is split into two panels.

Pick one command, then fill in its parameters. The current commands are:

CommandWhat it does
Pingrun ping — ICMP from the device(s) to a host or IP. Useful as a quick reachability probe.
Power offrun poweroff — the device shuts down. It goes offline until physically restarted.
Restartrun restart — reboots the device. Service is interrupted for the reboot cycle.
Install pluginrun plugin-install — (re)installs the NDAgent plugin on the device.
Reload pluginrun plugin-reload — restarts the NDAgent service without rebooting.

Each command has its own parameter fields below the picker (host + packet count for Ping; nothing for Restart; etc.).

Choose one or more targets — Entire organization, an OU, or specific devices — using the filter and the checkbox list. The summary at the top updates as you pick (e.g. 2 devices selected).

At the bottom of the panel:

  • Run now — dispatches the command immediately. Each affected device gets a new task that you can follow on Tasks.
  • Schedule for later — opens a date/time picker. The page shows the resolved fire time in your local timezone (the same time is stored in UTC under the hood). Scheduled tasks sit in PENDING until the dispatcher activates them.

Run actions don’t change persistent configuration — they’re one-off operations against the device. To roll out a configuration change use Synchronize.