```with livekit-server 1.9.0 prometheus_port: 6789...
# ask-ai
l
Copy code
with livekit-server 1.9.0 prometheus_port: 6789  is ignored. livekit server start without listening 2025-06-26T13:41:11.796Z        INFO    livekit service/server.go:265   starting LiveKit server {"portHttp": 7880, "nodeID": "ND_nsYeG7ERVSpe", "nodeIP": "192.168.1.1", "version": "1.9.0", "bindAddresses": [""], "rtc.portTCP": 7881, "rtc.portICERange": [50000, 60000]}
t
Thanks for reaching out, Hugo. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Could you please provide more details about your LiveKit server configuration? Specifically: • How are you setting the
prometheus_port
in your configuration file or environment variables? • Are there any other custom configurations or changes made to the default setup? • Have you noticed any related error messages or logs that might provide more context?
l
here is my livekit.yaml file :
Copy code
here is my livekit.yaml file : 
port: 7880
prometheus_port: 6789
bind_addresses:
    - ""
rtc:
    tcp_port: 7881
    port_range_start: 50000
    port_range_end: 60000
    use_external_ip: true
    enable_loopback_candidate: false
redis:
    address: localhost:6379
    username: ""
    password: ""
    db: 0
    use_tls: false
    sentinel_master_name: ""
    sentinel_username: ""
    sentinel_password: ""
    sentinel_addresses: []
    cluster_addresses: []
    max_redirects: null
turn:
    enabled: true
    domain: <http://livekit-turn.domain.com|livekit-turn.domain.com>
    tls_port: 5349
    udp_port: 3478
    external_tls: true
keys:
    ddddd:dddddddddddddddddd
t
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!