How run own instance of LanguageTool 4.0 on Specific IP Address

Hi, I want to run my own instance of LanguageTool on specific IP Address other than the Localhost:8081

But from some document, i have read that “-Server mode: by default, the server only binds to localhost now”

I just want to ask that how to run LT Server on specific IP along Port from this command.

java -cp languagetool-server.jar org.languagetool.server.HTTPServer --port 8081

  • Or tell me how to add IP address on above command to start the server on specific IP Address & Port.

We don’t have a feature to bind to a specific IP address, but you can use --public so the server will be accessible not only from localhost.