Open console at startup

I am running NodeRed as service.
Is there a way the console opens on startup also?
Thank you all

Do you mean you want to see the node-red log as node red runs? If so then if you use
node-red-start
to start it then it will show you the log. If it is already running then
node-red-log
will open the log. To stop it and start it showing the log then

node-red-stop
node-red-start

If node-red is auto running on startup then I don't think you can make it automatically open the console as at the time it starts there will not be a user logged in.