You will need to find the "Raw" button to download the file directly
Be sure to download the 3006.12 version of the file
Place the ipc.py file on the Salt master and place it in /opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/ipc.py
This will overwrite the existing file which is expected
Start the Salt master
Wait for minions to reconnect to Salt master
You can generally confirm that minions are reconnected by one of the following
Run a "salt \* test.ping" from the Salt master command line interface
You should see a bunch of responses in green
Confirm that netstat -anp --tcp | grep -i 4505 returns the expected number of minion connections (should roughly match the number of accepted minion keys)
Run a test command from the Aria Config UI and confirm that jobs are returning as expected.