StruxaEggs Explorer

Folding@Home

Application

Folding@home is a distributed computing project aimed to help scientists develop new therapeutics for a variety of diseases by the means of simulating protein dynamics. This includes the process of protein folding and the movements of proteins, and is reliant on simulations run on volunteers' personal computers

Author: fuggschen@krk-gaming.deSource: pterodactyl/application-eggsUpdated: 5/24/2026

Startup Command

./FAHClient --user={{FAH_USERNAME}} --team={{FAH_TEAM}} --passkey={{FAH_PASSKEY}} $(if {{FAH_ANON}}; then echo "--fold-anon=true"; fi) --command-port={{SERVER_PORT}} --password={{FAH_PASSWORD}} --power={{FAH_POWER}}

Docker Images

LabelImage
Debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
FaH Username
Your Folding@Home Username
FAH_USERNAMEAnonymousrequired|string
FaH Team
Your Folding@Home Team that you are folding for. For reference look here: https://stats.foldingathome.org/team
FAH_TEAM0required|int
FaH Passkey
Your Folding@Home Passkey for your Username, if not Anonymous. Get your Passkey here: https://apps.foldingathome.org/getpasskey
FAH_PASSKEYnonenullable|string|max:32
FaH Anonymous Mode
Set to true if you are folding Anonymously
FAH_ANONtruerequired|string|in:true,false
FaH Version
Set to wanted major Folding@Home Version. Check here: https://download.foldingathome.org/releases/v7/public/fahclient/debian-stable-64bit/release/
FAH_VERSION7.6.21required|string|max:20
FaHControl Password
Set a WebUI Password
FAH_PASSWORDSetPasswordHererequired|string|max:64
FaH Power
The Powerlevel it should use: - light (only half the cpu power is used) - medium (full cpu power) - full (full cpu and gpu power but gpu is not supported)
FAH_POWERmediumrequired|string|in:light,medium,full