#need help

26 messages · Page 1 of 1 (latest)

manic coral
manic coral
distant sparrowBOT
#

@manic coral; Enable SSL for your Panel with HTTPS protocol scheme in the APP_URL, or set SESSION_SECURE_COOKIE to false in your .env which is a hidden file located at /var/www/pterodactyl.

You can open it directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear

manic coral
green pike
#

Just had this issue.
Reboot host, clear cookies on browser for site. And ensure
The .env file reflects the above directions.

distant sparrowBOT
#

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

manic coral
#

No change remains the same

green pike
#

The .env file holds all your global variables that are used as a sort of configuration file. If you open the file as listed above by the support bot you will see some details.

distant sparrowBOT
#

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

manic coral
green pike
#

As it says above. On the host edit the file...... Change the setting to false.

manic coral
#

Do I need to screenshot the .env file?

distant sparrowBOT
#

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

green pike
manic coral
#

Like that, right?

green pike
#

Yup. Save. Reboot server. Try login

manic coral
manic coral
green pike
#
  1. Edit env file nano /var/www/pterodactyl/.env
  2. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
  3. Reboot host server
  4. Clear cookies on browser

You did all those steps?

Are you using SSL certificates? Or just http

distant sparrowBOT
#

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

manic coral