Currently not supported, but theoretically it could be implemented to choose port number from a specific range. However, this is not good approach from security standpoint as if you are opening these ports to the Internet anyone else could have access to what's exposed on these ports.
More advanced way would be to use WebSockets so that browser would open a port on localhost, but this might be complex to implement and I am note sure if this fits with current framework on which the client is based.
Have you considered using some sort of VPN to access your server instead of a forwarded port?
More advanced way would be to use WebSockets so that browser would open a port on localhost, but this might be complex to implement and I am note sure if this fits with current framework on which the client is based.
Have you considered using some sort of VPN to access your server instead of a forwarded port?
- token survived server restart. You can check if your token appears in auth_tokens DB table.