what is the default login and password on clockpi A-06 I can use with RDP ?
Unlikely to work.
For SSH (on Linux distros), something like WinSCP or PuTTY is able to connect to your device. RDP on ClockworkOS through Remmina is possible, but as a client to connect to an RDP server elsewhere.
You would need to install the xrdp package to make that work. It uses whatever user accounts you have on the system. It also may not play nice with all x11 software.
I use xrdp on a lot of machines.
I know how to run RDP and xrdp is already installed .What I don’t know is login/password I have to use . Is it root/root ?
sudo passwd root (If it’s rasbian) should allow you to set your root password. Rdp is a pain, the built in vnc server has treated me much better.
the default user is cpi, pass is cpi.
For Debian / Raspberry Pi OS + SSH, that advice is not best practice.
Debian’s intended model is:
-
Root locked
-
User +
sudo -
SSH keys
-
No root login
Source:
Debian Wiki – sudo policy: https://wiki.debian.org/sudo
OpenSSH hardening guidance: https://man.openbsd.org/sshd_config
This was for the default uConsole image, it’s not debian. They didn’t follow any recommended documentation. ![]()