Is there a way to find out Version and installed GB on a PI4 or PI3

Just wondered if there is a way how to find that out without opening a built in PI4 or PI3?
Thanks Klaus

If you opened its web administration interface and opened the information tab, it’ll show you the model and revision, at least.
For the RAM size, you’d probably have to use a web search with that given info.

1 Like

Thanks, but that I know already, it shows on bottom line “Raspberry Pi 4 Model B Rev 1.2” for instance…

You can switch to beta version, this enable ssh with user/pwd
root / ropieee
then type the command
free

1 Like

Grazie mille!