@userone1 when you connect your Lakka device (in this case your RPi) to a wired/wireless network and you enable SAMBA and SSH services, go to Main menu → Information → Network Information - you should see there the IP address assigned by your (wifi) router (if there is no other IP address besides localhost / 127.0.0.1, it means the wifi connection failed - try to reboot). Afterwards, the “client” computer (from which you want to connect to Lakka via smb/ssh) needs to have the client software installed, i.e. smbclient, openssh, etc. Also probably your file manager needs to have appropriate network protocol extensions available to browse smb:// paths. First try if you can ping
the Lakka IP address from your client computer, do a nmap
scan to see if you see the ports (139 and 445 for smb, 22 for ssh) as open. If that is the case, you should be able to connect.