-
Notifications
You must be signed in to change notification settings - Fork 27
Enabling SSH on the MPC Live X one Force
For those who want to try the "ssh" experience on their MPC LIVE/X/one/Force, you can download modified official Akai update img here.
Those firmware image have the full Akai format, so they can be flashed with standard AKAI's update procedure.
Nothing else than ssh activation was modified, so there is little risk to use this update. I decline any responsibility in case of problems with your hardware. You perform this operation at your own risk!
-
Download the file corresponding to your hardware MPC ssh images
-
Rename the downloaded file by removing the "ssh" trailer so the file name becomes MPC-version-Update.img
-
Copy the img file to the root directory of an usb key. A non-empty key will work contrary to what is stated in the documentation.
-
Plug the usb key in your MPC and switch on the MPC
-
Go to the Main menu/Setting and hold the shift key : press the "Update" button at the bottom of the screen. An update message will ask you to confirm.
-
The update will start and your MPC will reboot. Check in the settings menu that you installed the right version.
To enable SSH, the network must be active. You must therefore connect your MPC to WIFI (in the setting menu) or a wired network. Once connected, locate the IP address of your MPC on the network (something like 192.168.x.y). Open a shell command line and enter :
ssh root@(mpc ip address)
Accept the usual SSH security warnings by answering "yes" to add permanently your MPC IP to the list of known hosts. No password is required. The "root" account is obviously root, so be careful what you do...
I recommend to windows users to install the WinSCP software, that will allow you to "explore" the MPC directories. Linux and Mac users can enter directly the stfp url in the file browser e.g. in Thunar : sftp://root@192.168.x.y
The root directory is read only but you can write on internal/external sdcard or any usb disk. You will find them at "/media"
Have fun !