Can anyone help getting the webserver to work remotely? Works fine on localhost, but not on other machines on the same network!
I see these errors in the log, which I suspect is the issue, but no idea how to fix it!
06/02/2018 10:18:23.047 [023] [S]ChannelFactoryProvider: Create Channel Factory: IntelliBreeze.Maintenance.Service.Contracts.ServiceContracts.ISecurityService
06/02/2018 10:18:23.048 [023] [E]ChannelFactoryProvider: Channel faulted
06/02/2018 10:18:23.052 [023] [E] Failed remote: net.pipe://localhost/IntelliBreezeService/Security
06/02/2018 10:18:23.057 [023] [S]ChannelFactoryProvider: Create Channel Factory: IntelliBreeze.Maintenance.Service.Contracts.ServiceContracts.ISecurityService
06/02/2018 10:18:23.058 [023] [E]ChannelFactoryProvider: Channel faulted
06/02/2018 10:18:23.060 [023] [E] Failed remote: net.pipe://localhost/IntelliBreezeService/Security
06/02/2018 10:18:23.065 [023] [S]Web Server prepare port 17790, Result: False
06/02/2018 10:18:23.065 [023] [S]Stopping Web Server
This is a permission failure, where Awesome Miner isn't allowed to listen to port 17790 for HTTP purposes. You could try to run Awesome Miner with Administrator privileges once, to see if it setup everything properly. Then you should be able to run it normally again.