config.xml configuration
Moderators: Site Moderators, FAHC Science Team
config.xml configuration
Hello,
I have seen many posts asking how to configure certain parameters in the config.xml file. Is there a fully detailed document on this yet? I have built the rpm and installed the package on Alma Linux, however the service fails to start after attempting to add a passkey, user, and team.
This is for the new version fah-client-8.5.3-1.x86_64.
Thanks so much for any response.
I have seen many posts asking how to configure certain parameters in the config.xml file. Is there a fully detailed document on this yet? I have built the rpm and installed the package on Alma Linux, however the service fails to start after attempting to add a passkey, user, and team.
This is for the new version fah-client-8.5.3-1.x86_64.
Thanks so much for any response.
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
You don’t need config.xml at all for most things.
For a headless install you really only need account-token
For a headless install you really only need account-token
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
A syntax error in config.xml can crash the client. Post what you are trying. Redact anything sensitive like passkey.
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
Look for errors in log.txt
Re: config.xml configuration
This is the syntax I tried:
Code: Select all
<config>
<passkey v='[passkey]'/>
<team v='[team]'/>
<user v='[user]'/>
<config/>
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
That looks correct.
Try launching client directly to see errors that occur before the log is opened.
Try launching client directly to see errors that occur before the log is opened.
Code: Select all
fah-client --help
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
Oops should end </config>
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
Headless installation
https://github.com/FoldingAtHome/fah-cl ... ssions/214
See also the guide on the download page.
https://github.com/FoldingAtHome/fah-cl ... ssions/214
See also the guide on the download page.
-
- Site Moderator
- Posts: 1668
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: config.xml configuration
The help output is deceptive about the xml format
Re: config.xml configuration
Thank you, this was very helpful. I tied my existing passkey to my account and started the folding. It appears to be working. There also appears to be a way to dynamically adjust the core usage on the website - very cool.calxalot wrote: ↑Tue Oct 14, 2025 5:08 am Headless installation
https://github.com/FoldingAtHome/fah-cl ... ssions/214
See also the guide on the download page.