Installed node-red-dashboard but no dashboard palette

Node red v 3.1.3
Node versione: v.18.19.0
HW: Raspberry pi 2 model b

I tried installed first via manage palette, then via command line

npm install node-red-dashboard

I restarted service

sudo service nodered restart

I dont'see any errors in node-red-log

Started Node-RED graphical event wiring tool.
27 Dec 10:12:41 - [info]
Welcome to Node-RED
===================
27 Dec 10:12:41 - [info] Node-RED version: v3.1.3
27 Dec 10:12:41 - [info] Node.js  version: v18.19.0
27 Dec 10:12:41 - [info] Linux 6.1.21-v7+ arm LE
27 Dec 10:12:45 - [info] Loading palette nodes
27 Dec 10:12:57 - [info] Settings file  : /home/realtebo/.node-red/settings.js
27 Dec 10:12:57 - [info] Context store  : 'default' [module=memory]
27 Dec 10:12:57 - [info] User directory : /home/realtebo/.node-red
27 Dec 10:12:57 - [warn] Projects disabled : editorTheme.projects.enabled=false
27 Dec 10:12:57 - [info] Flows file     : /home/realtebo/.node-red/flows.json
27 Dec 10:12:57 - [info] Server now running at http://127.0.0.1:1880/
27 Dec 10:12:57 - [warn] Using unencrypted credentials
27 Dec 10:12:58 - [info] Starting flows
27 Dec 10:12:58 - [info] Started flows
27 Dec 10:12:58 - [info] [mqtt-broker:407a01e4.6b637] Connected to broker: mqtt://raspberrypi:1883

I have no 'dashboard' palette

Whta am I doing wrong?

Please, ignore this.

I will retry with dashboard 2 from flow-fuse

I noticed only now that dashboard v1 is deprecated

.
Whta am I doing wrong?

Most likely you didn't run npm install node-red-dashboard in the NodeRedDirectory.

Better install the dashboard from the palette manager in NR at the right side. (alt+Shift+p)

It was not working also.
so i switched to @flowfuse/node-red-dashboard

Note that the new dashboard is still in an early beta phase, there are a number of features not yet fully implemented.
The old dashboard will be supported for the foreseeable future.