Anytime Help Center

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support
  • Guest
  • Log In
  • AKG
    Microphones Wireless Integrated Systems Automatic Mixers Headphones Discontinued Products (AKG) General AKG Inquiries Certifications (AKG) Video Manual Series (AKG)
  • AMX
    Networked A/V Distribution (AVoIP) Traditional A/V Distribution Video Signal Processing Architectural Connectivity User Interfaces Control Processing Power (AMX) Programming (AMX) Software (AMX) Discontinued Products (AMX) Video Manual Series (AMX) General AMX Inquiries Certifications (AMX)
  • BSS
    Soundweb™ Omni Soundweb™ London Soundweb™ Contrio™ Software (BSS) Discontinued Products (BSS) Video Manual Series (BSS) General BSS Inquiries Certifications (BSS)
  • Crown
    CDi DriveCore Series CDi Series Commercial Series ComTech Series DCi DriveCore Series I-Tech HD Series XLC series XLi Series XLS DriveCore 2 Series XTi 2 Series Discontinued Products (Crown) Software (Crown) General Crown Inquiries Certifications (Crown) Video Manual Series (Crown)
  • dbx
    CX Series 500 Series DriveRack Personal Monitor Control ZonePRO Zone Controllers FeedBack Suppression Microphone Preamps Dynamics Processors Crossovers Equalizers Software (dbx) Discontinued Products (dbx) General dbx Inquiries Certifications (dbx)
  • Flux::
    Immersive Processing Analysis Subscriptions General FLUX: Inquiries
  • JBL
    Cinema Sound Installed Live Portable Tour Sound Recording & Broadcast Software (JBL) Discontinued Products (JBL) Video Manual Series (JBL) General JBL Inquiries Certifications (JBL)
  • Lexicon
    Plugins Effects Processors Cinema Discontinued Products (Lexicon) Video Manual Series (Lexicon) General Lexicon Inquiries Certifications (Lexicon)
  • Martin
    Atomic ELP ERA Exterior MAC P3 VC VDO Tools Discontinued Products (Martin) General Martin Inquiries Certifications (Martin)
  • Soundcraft
    Digital Analog Connected Analog Only Discontinued Products (Soundcraft) Video Manual Series (Soundcraft) General Soundcraft Inquiries Certifications (Soundcraft)
  • General HARMAN Inquiries
    Dante
+ More
  • Home
  • BSS
  • Video Manual Series (BSS)

Network Configuration - IPv4 Setup | MUSE

Video Manual Series


Written by Felipe Guerrero

Updated at August 13th, 2026

This video walks you through configuring IPv4 network settings on an AMX MUSE controller using both the CLI and the web interface.  You’ll learn how to view and modify IP settings, switch between DHCP and static IP modes, and correctly apply changes to ensure reliable communication.  We’ll also cover how to configure subnet masks and gateways so your controller integrates seamlessly into your network.  By the end, you’ll have the knowledge needed to confidently manage your MUSE controller’s network connectivity.

What You’ll Learn:
• How to view and modify IPv4 settings on a MUSE controller
• Configuring network settings via CLI and web interface
• Switching between DHCP and static IP modes
• Setting subnet masks and default gateways correctly
• Applying and verifying network configuration changes
• Best practices for reliable network connectivity

Transcript
Hello, and welcome to this video on configuring IPv4 settings on the MUSE controller.

There are two ways to configure IPv4 settings on the MUSE controller.   

The first method is via the MUSE controller's built-in CLI.   The CLI can be accessed in a number of ways.   Via a terimnal connection to the USB ports on the front of the device, through an SSH connection to the device's IP address, or via the MUSE controller's webpage under the Diagnostics -> Shell menu.

Once you are connected to the CLI, you can use the network:ip command to view and set IP settings on the controller.

Typing in network:ip by itself will show you a printout of the current IP settings of the device.

Typing in network:ip with the --help option will list all of the possible configuration options and settings for the network:ip command.

For example, to change the external network port to a static IP address of 192.168.1.10 with a subnet mask of 255.255.255.0, and a gateway of 192.168.1.1 would require the following command line:

network:ip -e eth0 (this indicates we are configuring the external network port)

network:ip -e eth0 -m Static (this sets the port mode to static)

network:ip -e eth0 -m Static -i 192.168.1.10 (this sets the IP address)

network:ip -e eth0 -m Static -i 192.168.1.10 -s 255.255.255.0 (this sets the subnet mask)

network:ip -e eth0 -m Static -i 192.168.1.10 -s 255.255.255.0 -g 192.168.1.1 (this sets the gateway)

Press enter to confirm the command.
Once the IP has been set, you will need to reboot the controller by either pulling the power or using the reboot command in the CLI.

The second method of setting the IPv4 options on the MUSE controller is via the device's webpage.   Login to the controller at its current IP address, and browse to the IPv4 settings under Network -> IPv4 Setup.

On the right-hand side of the page you can select the mode for the controller, either DHCP or Specific IP Address.   In DHCP mode, most options on the page cannot be edited.   If you select Specific IP Address, you can now edit all of the IPv4 options for the controller.   

Once you have configured the desired communications settings for the controller, click the Accept button at the bottom right-hand side of the page.   Finally, reboot the controller for the settings to be implemented.

Related Videos

amx muse amx automation controllers av integration amx training av training control system design commercial av av industry av engineers av tech av technology av configuration av setup av install

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Python - Device Definitions | MUSE
  • Connecting - First Connection | MUSE
  • System Configuration - Firmware Upgrades | MUSE
  • System Configuration - HiQnet Connection | MUSE
  • Python - HiQnet Integration | MUSE

Related Articles

  • Python - Device Definitions | MUSE
  • Connecting - First Connection | MUSE
  • System Configuration - Firmware Upgrades | MUSE
  • System Configuration - HiQnet Connection | MUSE
  • Python - HiQnet Integration | MUSE
Copyright © HARMAN Professional. All rights reserved. Privacy Policy | Terms of Use
Expand