Page 1 of 1

Arch linux boinc manager (GUI BOINC)

Posted: Mon Dec 25, 2023 11:34 pm
by fungus
Heres how to get a basic BOINC setup on arch linux going


why use arch linux? Mainly for low system resource usage and also because its fun. All of this guide is ripped from my post in the discord.

1: Install archlinux

2:
sudo pacman -Syu&&sudo pacman -S boinc (here we are updating our repo's and installing the boinc manager)


3:
sudo systemctl enable boinc-client (here we are creating a service for boinc to autostart it)


4:
sudo systemctl start boinc-client (here we are starting boinc)


3:
sudo usermod -a -G boinc [username here, ignore brackets] (here we give our user permission to read the boinc config)


4:
sudo systemctl restart boinc-client


5: boinc ur head off


if you run into weird rpc auth errors do this

sudo chmod 664 /var/lib/boinc/gui_rpc_auth.cfg (here we are fixing permissions incase of arch having weird install paths)


sudo systemctl restart boinc-client