Skip to content

What is the 4444 port in Manual Cluster Installation/Load Balancing? #5318

Answered by mekya
Mohit-3196 asked this question in FAQs
Discussion options

You must be logged in to vote

Hi @Mohit-3196,

Thank you for the question. Let me tell the story.

  • We've changed the NGINX load balancer algorithm to send the request to the instance having least connection because there is a problem in load distribution in some scenarios.
  • This breaks the logging in the web panel because session should be authenticated in only one instance. However, each request is forwarded to a new instance in least connection algorithm.
  • We then create a new port 4444 to access the web panel by using ip hash algorithm.

In short, just use 4444 for logging in to the web panel.

For publishing and playing, you can use the 443 and 5443 ports in the same way. In addition, with the latest improvements no n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mohit-3196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants