FAQ: Where are the Pterodactyl server files stored? #2822
google-meet-meat
started this conversation in
General Community
Replies: 4 comments 3 replies
|
Note: if you upgraded from 0.7 to 1.0+, your files may still be in |
1 reply
|
it depends on if you are on 0.7x or 1.0x. this could also of been changed when you set it up and upgrading. HOWEVER, normally in 1.0.x it is stored in |
0 replies
|
You could also just run the command below rather than having to constantly guess at where they might be. It is also listed on the node configuration page in the Panel. |
1 reply
|
Obviously, people who are experienced at Pterodactyl wouldn’t give out all the locations and they would say “go look at the docs.” Another location is ‘/var/www/pterodactyl’ |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
To find the location quickly, run this command for 0.7:
cat /srv/daemon/config/core.json | grep dataand this command for 1.0:cat /etc/pterodactyl/config.yml | grep data. You can also follow the manual instructions below.In 0.7, the server files are stored in
/srv/daemon-data. If you updated from 0.7 to 1.0, the server files are still stored in there unless manually moved.However, if you have installed 1.0 without upgrading, the server files will be stored in
/var/lib/pterodactyl/volumes.All reactions