Is it possible to change the default port of node?

Hi, can the default node port 30333 be changed to another port? For example 52362?

2 Likes

yes, all you need to add is the --port 52362 command to your node command.

You can take a look at the docker compose docs to get an idea of some of the networking options. Farming with the CLI | Subspace Labs Documentation

1 Like

Ok,thnak you. i see.