HOWTO: Local v8 Web Control
Posted: Mon Feb 13, 2023 11:57 am
HOWTO: Local v8 Web Control v8.5
What?
Use a local Web Control served by the client.
Why?
Prerequisites
Download and install pre-built Web Control
https://master.foldingathome.org/builds ... se/latest/
Note that this is from bleeding edge builds.
These builds may occasionally be broken and can have an incorrect version number in file name.
Unarchive and rename extracted directory to just "fah-web-control".
Move it into the fah data directory.
On macOS, the data directory is
On Linux it is
Note: fah-web-control.zip is being built on only one worker, but the files are identical for all platforms.
Restart client
macOS
Linux
Windows
Use sys tray fah client icon menu to quit. Then relaunch via Start menu > Folding@home.
Enjoy
To access local Web Control, open
http://localhost:7396/
Use http://localhost:7396/machines if you get redirected to the public web site.
Edited for v8.5 on 2024-01-15
What?
Use a local Web Control served by the client.
Why?
- Want partial control of local client when internet is down
- Want to use Safari to direct connect to local client
- Have problems accessing https://v8-5.foldingathome.org
- Must be manually updated
- May still access servers at foldingathome.org. This is not an offline solution.
Prerequisites
- Administrator account so you can use sudo
- Comfortable using the command line in Terminal
Download and install pre-built Web Control
https://master.foldingathome.org/builds ... se/latest/
Note that this is from bleeding edge builds.
These builds may occasionally be broken and can have an incorrect version number in file name.
Unarchive and rename extracted directory to just "fah-web-control".
Move it into the fah data directory.
On macOS, the data directory is
Code: Select all
/Library/Application Support/FAHClient/Code: Select all
/var/lib/fah-client/Restart client
macOS
Code: Select all
sudo /bin/launchctl stop org.foldingathome.fahclient
sudo /bin/launchctl start org.foldingathome.fahclient
Code: Select all
sudo /usr/bin/systemctl restart fah-client
Use sys tray fah client icon menu to quit. Then relaunch via Start menu > Folding@home.
Enjoy
To access local Web Control, open
http://localhost:7396/
Use http://localhost:7396/machines if you get redirected to the public web site.
Edited for v8.5 on 2024-01-15