Import Environment
Import an Environment
The Environment Import feature lets you create and configure an environment from a supported manifest file or package definition. It can be used to restore an exported environment, migrate an application between compatible platforms, or deploy a custom JPS-based solution.
Supported Import Options
The platform can process environment and package definitions in several commonly used formats.
.json, .jps, .yml, .yaml and .cs files.Platform version compatibility
An exported environment should be imported into a platform installation running the same or a newer compatible version. Importing into an older version may cause deployment or configuration errors.
Start an Environment Import
Open the dashboard
Sign in to the platform dashboard using an account that has permission to create environments.
Click Import
Select the Import button from the main toolbar at the top of the dashboard.

Choose the Import Source
The Import window provides three methods for supplying the required manifest or package definition.
Select the required tab
Choose Local File, URL or JPS depending on where the package definition is stored.
Provide the manifest
Upload the local file, paste the direct URL, or enter the package code in the JPS editor.
Click Import
After the manifest is accepted, click Import in the lower-right corner of the selected tab.

Use package examples as a reference
Ready-made JPS packages can help you understand the required manifest structure and can also be imported directly when a suitable package already exists.
Configure the New Environment
After the manifest is processed, the platform displays a confirmation window with package details and the settings required for the new environment.
Review the package information
Check the package name, description and source details. For exported environments, the confirmation may also show the source platform and export date.
Complete the environment settings
Enter the environment name, optional display name and required region.
Confirm the import
Click Import to begin creating and configuring the environment.

Monitor the Import Process
The platform automatically creates the environment, deploys the required nodes and applies the settings defined in the manifest.
Follow the installation progress
Keep the progress window open to monitor the current deployment stage and package actions.
Continue working when required
You can minimize the progress window and continue using the dashboard. The import process will continue in the background.
Review the completion message
After the deployment is finished, the platform displays a success window.
Open or reconfigure the environment
Select Open in Browser to test the application immediately, or close the dialog and update settings such as hostnames, IP addresses, credentials or integrations.

Review the confirmation email
The platform may send important information about the imported environment, including hostnames or newly generated administrator credentials.
JPS Deployment and Troubleshooting
The Import > JPS option is useful for developers who create automation packages, repeatable deployments or CI/CD workflows.

Check logs first when deployment fails
Open View Logs and locate the first reported error. Later errors are often consequences of the original failure.
Expected Result
A new environment is created from the selected manifest and configured automatically according to the package definition. After successful deployment, the application can be opened, tested and adjusted for the target platform.
Important Notes
- Import exported environments only into a compatible platform version.
- Use a direct file URL when importing through the URL tab.
- Ensure the environment name is unique before confirming the import.
- Review the selected region before deployment when multiple regions are available.
- Check package code and validation warnings before importing through the JPS editor.
- After migration, verify hostnames, IP addresses, credentials, integrations and external dependencies.
