# UDP configuration

This page describes the configuration items for configuring Liberator’s UDP interface.

## udp-port

The port on which to listen for UDP commands. If not specified, then the UDP interface is disabled.

**📌 NOTE**\
The default port that Liberator’s [udpsend](liberator-sending-udp-commands-to-liberator.md) command connects to is 10001.

**Syntax**: `udp-port <port>`

| Parameter | Type | Default | Description |
| --- | --- | --- | --- |
| port | integer |  | Port number |

**Example**: `udp-port 10001`

## udp-interface

The interface on which to listen for UDP commands. If not specified, then the UDP socket is available on all interfaces.

**Syntax**: `udp-interface <address>`

| Parameter | Type | Default | Description |
| --- | --- | --- | --- |
| address | string |  | The interface on which to listen for UDP commands |

**Example**: `udp-interface 127.0.0.1`

---

**See also**:

* [Sending UDP commands to Liberator](liberator-sending-udp-commands-to-liberator.md)
* [UDP commands](liberator-udp-commands.md)
