Hey RogueMachinist,
The buildbotics-derived Onefinity CNC controller’s system provides a link-local address automatically (zeroconf / Avahi is installed). This way, the controller is accessible under http://onefinity.local. On older windows computers, you must first install Apple Bonjour (on your own computer, not on the controller) for automatic discovery. You can then log in via the ssh server that is installed on the controller:
user@yourcomputer:~$ ssh bbmc@onefinity.local
bbmc@onefinity.local's password: onefinity
Linux onefinity 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017
armv7l
The programs included with the Debian GNU/Linux system are
free software; the exact distribution terms for each program are
described in the individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to
the extent permitted by applicable law.
Last login: Sat Jul 13 22:45:27 2024 from 192.168.250.42
SSH is enabled and the default password for the 'pi' user
has not been changed. This is a security risk - please login
as the 'pi' user and type 'passwd' to set a new password.
bbmc@onefinity:~ $