
By Ultros
Mon Feb 16, 2026 5:43 pm
Akai a while ago inserted some metrics related crap to your MPC... Here is how to get rid of it's ability to collect logs:
SSH into your mpc and head over to:
Next do:
then do:
You can exit ssh now or.. read below and do some tests to see for yourself.
essentially we are just deleting the sentry folder and then dummy-ing it with a file. That will stay persistant across firmware updates.
If you do
3.x
2.x
and then launch mpc manually with:
you will see references to the sentry process, if the folder exists the sentry will init. if the folder is dummied to a file sentry will fail init and MPC will continue to load.
opt out...
Also has anyone noticed on 3.xx on boot time the device starts making network connections? watch the light near your rj-45 jack. it lights right up, i'm gonna hunt that down and eradicate it. or just make you guys an xtables script that works for shutting off akai's call home features.
I can just picture it now, their servers with a complete list of active users, serial numbers, internet addresses etc. since inMusic has the ssh keys and often peoples root profile has no password they can just waltz on in.
SSH into your mpc and head over to:
Code: Select all
/media/az01-internalNext do:
Code: Select all
rm -rf sentrythen do:
Code: Select all
touch sentryYou can exit ssh now or.. read below and do some tests to see for yourself.
essentially we are just deleting the sentry folder and then dummy-ing it with a file. That will stay persistant across firmware updates.
If you do
3.x
Code: Select all
systemctl stop acvs2.x
Code: Select all
systemctl stop inmusic-mpcand then launch mpc manually with:
Code: Select all
./usr/bin/az01-launch-MPCyou will see references to the sentry process, if the folder exists the sentry will init. if the folder is dummied to a file sentry will fail init and MPC will continue to load.
opt out...
Also has anyone noticed on 3.xx on boot time the device starts making network connections? watch the light near your rj-45 jack. it lights right up, i'm gonna hunt that down and eradicate it. or just make you guys an xtables script that works for shutting off akai's call home features.
I can just picture it now, their servers with a complete list of active users, serial numbers, internet addresses etc. since inMusic has the ssh keys and often peoples root profile has no password they can just waltz on in.
Ego te absolvo.

