GuidesAddons2 min read

Server Importer

Installer
Ainx installation path

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:

bash
ainx install serverimporter.ainx

After 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:

text
egg-server-importer.json

The 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:

text
debian:bookworm-slim

You 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:

env
SERVER_IMPORTER_EGG_ID=123

Custom installer mount

Stock Wings uses /mnt/server. Set this only when your Wings fork mounts installer files somewhere else:

env
SERVER_IMPORTER_TARGET_DIR=/mnt/server
/home/container is the runtime path, not the installer mount. Do not use it here.