Allowing Connections from More Hosts

To allow connections to the Shares UI beyond the server host IP address, you must add IP addresses and domain names to the AcceptedHosts parameter in the Shares configuration file (/opt/aspera/shares/u/shares/config/shares.yml)

For example, if you want to access Shares from localhost and from shares.example.com, you need to add those to the shares.yml file:
AcceptedHosts: [localhost, shares.example.com, 10.0.1.128]  # where 10.0.1.128 is the server host