Mender demo - device not showing up!

I’m playing with Mender for the first time, and trying to get the demo (via emulated device) up. After much finagling (unrelated to Mender directly), it looks like I have the Docker container with QEMU running. However the device never shows up as pending like the tutorial says it should! Just nothing in Devices area. “No devices found”. Is there any way to query Mender for information on if it’s reaching the server or something like that?

Thank you for your help!

Does this provide any additional helpful information?

root@qemux86-64:~# journalctl -u mender-connect | less
Nov 09 23:02:52 qemux86-64 systemd[1]: Started Mender Connect service.
Nov 09 23:02:57 qemux86-64 mender-connect[284]: time="2023-11-09T23:02:57Z" level=info msg="Loaded configuration file: /etc/mender/mender-connect.conf"
Nov 09 23:02:57 qemux86-64 mender-connect[284]: time="2023-11-09T23:02:57Z" level=warning msg="ShellArguments is empty, defaulting to [--login]"
Nov 09 23:02:58 qemux86-64 mender-connect[284]: time="2023-11-09T23:02:58Z" level=warning msg="call to GetJWTToken on the Mender D-Bus API failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name io.mender.AuthenticationManager was not provided by any .service files"
root@qemux86-64:~# 

Ahh, I figured this issue out, but I’m dealing with another one now. Thank you! :slight_smile: