Did you create the ssh key so you can ssh into to the server? https://forge.besnappy.com/laravel-forge#servers
How to add a Nova user in production using Laravel Forge?
I have my site https://employbl.com/ deployed on Laravel Forge and recently installed Laravel Nova. Everything works great locally but I'm unable to login to the Nova dashboard in production. I'd like to run php artisan nova:user to create a production user. I've added my SSH keys to the Forge server.
How do I log into my Forge server and run the command to create a user?
Yes I did. It turns out the command is: ssh [email protected] where the XXX.XX.XXX.XXX is your server's IP address
Got it from here: https://mattstauffer.com/blog/getting-your-first-site-up-and-running-in-laravel-forge/ under "Other common tasks"
Please or to participate in this conversation.