You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back up your encryption key (APP_KEY in the `.env` file). It is used as an encryption key for all data that needs to be stored securely (e.g. API keys).
140
+
Back up your encryption key (`APP_KEY` in the `.env` file). It is used as an encryption key for all data that needs to be stored securely (e.g. API keys).
141
141
Store it somewhere safe - not just on your server. If you lose it, all encrypted data is irrecoverable, even with database backups.
142
-
:::
143
142
144
-
To grab your APP_KEY, open a terminal and run the following in your panel directory:
143
+
To grab your `APP_KEY`, open a terminal and run the following in your panel directory:
145
144
146
145
```bash
147
146
cd /var/www/pterodactyl
@@ -161,6 +160,7 @@ Copy that entire line and save it somewhere secure:
161
160
- A trusted cloud vault
162
161
163
162
Do not keep it only on the server. If you lose this key, your encrypted data is permanently unrecoverable.
0 commit comments