====== Change IP Address of myCNC control board ====== {{youtube>mCahGVvQ_Tw?large}} //NOTE: Most modern myCNC control boards (past 2017) have the default IP address of 192.168.4.78.// 1. Connect Host Computer with myCNC controller with USB cable. 2. Open Console window on Host Computer. If you have ARM (Odroid-C2/Raspberry/NanoPi-K2) Single Board Computer (SBC) purchased from us, click on **Terminal MATE** icon on Desktop {{mycnc:mycnc-terminal.png}} 3. Run "minicom" software (for ARM(Odroid-C2)/Desktop Linux) minicom -D /dev/ttyUSB0 {{minicom-x.png}} 4. Run command in terminal window to change IP address #SLA 192 168 0 78 to change IP address to 192.168.0.78. Controller will reply CMD: #SLA 192 168 0 78 {{minicom-x-1.png}} 5. If success, controller will reply with message IP: 192.168.000.078{{minicom-x-2.png}} 6. Close Terminal Window.