Hello,
I have installed folding @ home on a ubuntu server (home server) and I have installed the viewer, but I'm not sure on how to connect to the viewer. For example my servers ip is 192.168.100.110 and I have services like cockpit and apache running (for different reasons). How do I connect to the viewer. My home server does not have a gui due to being headless.
Thanks
Remote computer connection
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 210
- Joined: Sun May 03, 2020 1:20 am
Re: Remote computer connection
First, stop the FAHClient service on the server at a root prompt or with sudo:
If the service is still running as it likes to ignore stop signals if it's not paused:
then you can:
Edit /etc/fahclient/config.xml (if it's there on Ubuntu) so it has a line similar to this with the IP address of your desktop viewer:
Add a password for security:
Save config.xml and then restart FAHClient:
You may have to open port 36330 if you're running a firewall on the server.
Then on your desktop viewer, run FAHControl and add a new client with IP address 192.168.100.110 and the password. Once the client is saved, you can configure the server with all the tabs using the Configure button.
Code: Select all
service FAHClient stop
or
/etc/init.d/FAHClient stop
Code: Select all
ps -ef | grep FAHClient
Code: Select all
killall FAHClient
Code: Select all
<allow v='127.0.0.1 192.168.100.109'/>
Code: Select all
<password v='MyFAHPassword1'/>
Code: Select all
service FAHClient start
or
/etc/init.d/FAHClient start
Then on your desktop viewer, run FAHControl and add a new client with IP address 192.168.100.110 and the password. Once the client is saved, you can configure the server with all the tabs using the Configure button.