#URGENT > /var/www/pterodactyl/vendor does not exist and could not be created.
18 messages · Page 1 of 1 (latest)
Do not run Composer as root/super user! See https://getcomposer.org/root for details!
ignore the warning
the command worked with no errors
lets see if the panel will work when im done with setting it up
the website also tells me to back up the key
I have found the following for: https://media.discordapp.net/attachments/1093889265064222851/1093890128386211911/image.png
The env file can be found at /var/www/pterodactyl/.env. Files starting with a . in Linux are hidden so it may not show up in file browsers by default. You can open it directly with nano /var/www/pterodactyl/.env
what does this mean?
i do not own any domains, is this the panel's web layout?
nevermind, i entered http://panel.example.com
$ php artisan p:environment:database
In AbstractConnection.php line 132:
AUTH failed: ERR AUTH <password> called without any password configured for the
default user. Are you sure your configuration is correct? [tcp://127.0.0.1:6379]
@obtuse raft; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.
You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
but the panel is not running locally, it is public, and i want to set a password because then anyone can do anything they want
@sinful palm
@obtuse raft if a address is not used / set up, be sure to use http://192.168.X.X:6379/
or you won't be able to see the panel, thats the address you go to to see it and access it.