Server Importer
Server Importer v-A.1.1.0 is a panel-only addon; V2 does not require Wings source changes. Install the panel package, then import the bundled egg once.
On a panel without the old standalone build, install the package directly:
ainx install serverimporter.ainxAfter Ainx finishes, complete the importer egg setup.
Importer egg setup
This is the only manual step after the package install.
1. Import the Server Importer egg
In the Pterodactyl admin area, import this file from the root of the downloaded bundle:
egg-server-importer.jsonThe addon switches to this egg only while an import runs, then restores the server's original egg.
Default installer image
The bundled egg already uses this public Debian image and installs its tools at runtime:
debian:bookworm-slimYou do not need a separate script or image; the runner is embedded in the egg.
Custom egg lookup
Leave this unset unless you renamed the egg or imported more than one copy. In that case, point the addon at the correct egg ID:
SERVER_IMPORTER_EGG_ID=123Custom installer mount
Stock Wings uses /mnt/server. Set this only when your Wings fork mounts installer files somewhere else:
SERVER_IMPORTER_TARGET_DIR=/mnt/server/home/container is the runtime path, not the installer mount. Do not use it here.