Core terminal user password

So simple question. I have SixFab core installed on a raspberry pi and I am able to connect to the pi and get a terminal through their web interface. However, I’m logged in as sixfab-terminal. What’s the password for this user? In particular, how do I execute sudo commands?

The user ‘sixfab-terminal’ is a non-root user. You can execute sudo commands by switching to the “pi” user or a user with root privileges.
To switch to “pi” user: su pi

1 Like