setup remote access on headless linux server
Posted: Mon Mar 23, 2020 7:28 pm
so to sketch the situation, I installed the folding service successfully, now I want to control it from my own computer, so I want to have remote access enabled. I just don't know how because the FAHControl on my windows pc when selecting the remote client keeps saying updating. here is the config file:
TL:DR:
how do I enable remote access via config, couldn't find it for the linux cli.
Code: Select all
<config>
<!-- Grant remote web access to the following IP -->
<allow>192.168.178.159</allow>
<web-allow>192.168.178.159</web-allow>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='false'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v='********************************************************'/>
<team v='223518'/>
<user v='JurgenMK'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
</config>
how do I enable remote access via config, couldn't find it for the linux cli.