As follow-up to my previous post, I have successfully installed the Graphon App Controller for connection to PowerChurch Online via Linux. I installed this on the current Ubuntu 24.04 LTS (Noble Numbat) but also tested it as working in the current Debian 13 (Trixie).
(Note: it would be best if Graphon would update this to x86_64 architecture and update the dependencies for the current mainstream libxcrypt package, but in the meantime it is excellent that Ubuntu's longterm support team continues to maintain libxcrypt for i386 architecture -- otherwise this would not be possible.)
Here are the steps for installing this:
Ubuntu 24.04 LTS (Noble Numbat)
STEP 1:
Download the Graphon App Controller deb
The main folder tree for the current release series is:
https://releases.graphon.com/6.x/
The latest release is from October 2025: 6.4.0.34940:
URL:
https://releases.graphon.com/6.x/6.4/6.4.0.34940/
STEP 2, in Ubuntu 24.04 system:
from Terminal, enable i386 architecture support:
$ sudo dpkg --add-architecture i386
$ sudo apt update
STEP 3:
Install app gdebi-core:
$ sudo apt install gdebi-core
STEP 4:
Install the Graphon App Controller using gdebi:
$ sudo gdebi /path/to/folder/AppController.deb
Dependencies installed listed:
gcc-14-base:i386 libbsd0:i386 libc6:i386 libgcc-s1:i386 libice6:i386 libidn2-0:i386 libmd0:i386 libsm6:i386 libstdc++6:i386 libunistring5:i386 libuuid1:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxdmcp6:i386 libxext6:i386 libxinerama1:i386 libxmu6:i386 libxt6t64:i386 zlib1g:i386
STEP 5: Note: the main page for this project is: launchpad.net/ubuntu/+source/libxcrypt/
Install libxcrypt library for 24.04 Noble Numbat downloaded from
https://launchpad.net/ubuntu/+source/li ... d/28038219
NAME OF DEB PKG = libcrypt1_4.4.36-4build1_i386.deb
$ sudo gdebi /path/to/folder/libcrypt1_4.4.36-4build1_i386.deb
STEP 5: in Ubuntu, ufw firewall is installed by default, but inactive.
5.1 Enable the ufw firewall:
$ sudo ufw enable [it will note that it will now autostart on boot]
5.2 Open Port 491 as per PowerChurch Online requirements:
$ sudo ufw allow 491
5.3 Check the status:
$ sudo ufw status [this should show that Port 491 allowed]
STEP 6: Launch App Controller [Note: on Linux the icon is NOT PowerChurch branded]
6.1 connect to: online.mypowerchurch.com
... this should show that it is connected to PC-APPS-19 (PC-APPS is the current nomenclature for PowerChurch Online as of October 2025)
6.2 select the icon for PowerChurchPlus
6.3 log in as per your PowerChurch Online account
To sign out: close the main window, then in the launch window: File > Sign Out.