Import server transfer | Coolify

Import server transfer

Back to servers
Paste or upload a transfer bundle exported from another Coolify instance. This creates the server and its resources under the current team and claims the host for this instance (control-plane only — host data stays on the machine).
Dry run Checking… Import server Importing…
@if (count($lastWarnings) > 0)
Warnings
    @foreach ($lastWarnings as $warning)
  • {{ $warning }}
  • @endforeach
@endif @if ($lastResult)
{{ data_get($lastResult, 'dry_run') ? 'Dry-run result' : 'Import result' }}
@if ($importedServerUuid)
Server UUID: {{ $importedServerUuid }} @if (data_get($lastResult, 'claimed')) Claimed @endif Open server Transfer details
@endif
{{ json_encode($lastResult, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
@endif