Hello!
I have read through many messages and have come to the conclusion that what I am doing is not working.
I am attempting to migrate all files for each server to a new disk. The original directory for all the storage was /var/lib/pterodactyl, and I copied that whole directory to /mnt/jex-main/jexactyl (their discord has horrible support :D), I updated the wings config.yml to this:
root_directory: /mnt/jex-main/jexactyl
log_directory: /mnt/jex-main/jexactyl/log
data: /mnt/jex-main/jexactyl/volumes
archive_directory: /mnt/jex-main/jexactyl/archives
backup_directory: /mnt/jex-main/jexactyl/backups
tmp_directory: /tmp/pterodactyl```
from (original):
```system:
root_directory: /var/lib/pterodactyl
log_directory: /var/log/pterodactyl
data: /var/lib/Jexactyl/volumes
archive_directory: /var/lib/pterodactyl/archives
backup_directory: /var/lib/pterodactyl/backups
tmp_directory: /tmp/pterodactyl```
The panel shows all servers, but no files. Any help would be great!