Skip to content

Enable CLN REST API with required configuration flags#251

Open
qustavo wants to merge 1 commit intovulpemventures:masterfrom
qustavo:add_clnrest
Open

Enable CLN REST API with required configuration flags#251
qustavo wants to merge 1 commit intovulpemventures:masterfrom
qustavo:add_clnrest

Conversation

@qustavo
Copy link
Copy Markdown

@qustavo qustavo commented Mar 19, 2026

Add the necessary flags to expose Core Lightning's REST server:

  • clnrest-protocol: HTTP
  • clnrest-host: Listen on all interfaces
  • clnrest-port: 9835 (exposed in container port mapping)

Per Core Lightning documentation, clnrest-port must be specified to enable the plugin; without it, the plugin disables itself.

Reference: https://docs.corelightning.org/docs/rest

Add the necessary flags to expose Core Lightning's REST server:
- clnrest-protocol: HTTP
- clnrest-host: Listen on all interfaces
- clnrest-port: 9835 (exposed in container port mapping)

Per Core Lightning documentation, clnrest-port must be specified to
enable the plugin; without it, the plugin disables itself.

Reference: https://docs.corelightning.org/docs/rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant