I've joined this project with my personnal laptop and having an Ubuntu server, Id' like to use it too.
I'm able to make it run but not to access the Web Control..
Following this tutorial from iceflatline: install-and-configure-foldinghome-on-ubuntu-server (I can't include link as it's my first post), I've entered my Ubuntu machine IP in the config.xml.
Then I start FAHClient, says it fails but run anyway. Then I can't access the Web Control..
I've included a screenshot to show the problem and my config.xml content.
Any thought ?
Code: Select all
<config>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='false'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<team v='MyTeam'/>
<user v='MyId'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<!-- Grant remote web access to the following IP -->
<allow>myUbuntuMachineIP</allow>
<web-allow>myUbuntuMachineIP</web-allow>
</config>
Edit I'm not able to show the image... You'll find it on Imgur under /gallery/U9znSKX until I'll achieve to embed it here