Wingetlywingetly
← All apps

AXIS IP Utility

by Axis Communicationsv5.3.1.0

Last updated

AXIS IP Utility helps you set the IP address of an Axis network video product. Axis devices on the network are automatically discovered and displayed.

Install with winget

$ winget install --id AXIS.AxisIPUtility --exact --version 5.3.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for AXIS IP Utility

AXIS IP Utility uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
AxisIPUtilitySetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for AXIS IP Utility

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

AXIS IP Utility helps you set the IP address of an Axis network video product. Axis devices on the network are automatically discovered and displayed.

Assign network parameters (IP Address, Subnet mask and Default router) or configure the device to obtain its IP address from DHCP.

AXIS IP Utility’s user interface is available in English, French, German, Italian, Japanese and Spanish.

Installers · v5.3.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high7.8Patched in wingetCVE-2022-23410affects before 4.18.0Feb 14, 2022

    AXIS IP Utility before 4.18.0 allows for remote code execution and local privilege escalation by the means of DLL hijacking. IPUtility.exe would attempt to load DLLs from its current working directory which could allow for remote code execution if a compromised DLL would be plac...

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • AXIS OptimizerAxis Communications
    AXIS.AXISOptimizerv6.0.22.0

    Optimizes Axis and Milestone systems

  • AXIS Optimizer Body Worn ExtensionAxis Communications
    AXIS.AXISOptimizerBodyWornExtensionv2.0.23.0

    Seamlessly connect Axis body worn cameras with XProtect

More from Axis Communications.

Frequently asked questions

How do I install AXIS IP Utility on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id AXIS.AxisIPUtility --exact --version 5.3.1.0. winget downloads the installer from Axis Communications and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install AXIS IP Utility silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id AXIS.AxisIPUtility --exact 5.3.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for AXIS IP Utility?
AXIS IP Utility uses EXE (Inno Setup). Run the downloaded installer with: AxisIPUtilitySetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall AXIS IP Utility via winget?
Run: winget uninstall --id AXIS.AxisIPUtility --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from AXIS IP Utility's Apps & Features entry.
Is AXIS IP Utility free?
AXIS IP Utility is distributed under Proprietary. Refer to the publisher (https://www.axis.com/support/tools/axis-ip-utility) for the full license terms - Wingetly itself does not charge for installation.
Does AXIS IP Utility work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls AXIS IP Utility directly from the publisher.
How do I keep AXIS IP Utility up to date?
Run winget upgrade --id AXIS.AxisIPUtility --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of AXIS IP Utility from microsoft/winget-pkgs.