Custom Port
To customize the port of the FileFlows Server if using the command parameter
--urls=http://[::]:#PORT#
For example, to use port 12345
dotnet FileFlows.Server.dll --urls=http://[::]:12345
Note: [::] in the URL means, bind to any IP on this machine
Server.config
You can also add the following to your server.config file inside your data directory
{
"ServerPort": 12345
}