{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Pull websites in from another CloudPanel server. The source panel URL and API token are only ever sent to the destination's own AJAX endpoints over this session's own CSRF-protected POST; they are never rendered back once submitted. {% endcomment %} {% block title %}Transfer from another server{% endblock %} {% block content %}

Transfer from another server

Pull websites in from another CloudPanel installation: this panel asks the source to back each site up, downloads the archive over HTTPS and restores it here.

Remote Backups

1. Connect to the source panel

An administrator's own API token on the source panel (User Management → API). Never stored anywhere except this migration's own record of it, encrypted at rest.

2. Choose sites and where they land here

Source domain Restore as Local owner Package

3. Progress

No transfers started yet.

Site Stage Progress Message
→
{% endblock %} {% block scripts %} {{ transferBootstrap|json_script:"cp-transfer-bootstrap" }} {% endblock %}