# UDPClusterManagerOptions.port property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.udpclustermanageroptions.port/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

UDP port the manager listens on for cluster announcements.

**Signature:**

```typescript
port: number;
```

## Default Value

63000

## Remarks

The socket is opened with address and port reuse, so several processes on one host can listen simultaneously. The port is part of the shared-worker identity: managers using different ports each get their own socket and worker thread. There is no separate send port — this manager only listens.

