Skip to main content
Skip to content

June 30, 2026 — last day to export files from Codeanywhere.

Migration guide →

Export and migration guide · Codeanywhere 2026

Codeanywhere is closing down. Here is how to move your files.

The service goes offline July 1, 2026. This page walks through everything you need to export — files, credentials, environment variables, SSH keys — and how to get set up in a new workspace before the deadline.

How to export from Codeanywhere

Go through these in order. Each step is independent — complete what applies to your setup.

  1. 1

    Push all code to a remote Git repository

    Open each Codeanywhere workspace and check for uncommitted changes. Commit and push everything to GitHub, GitLab, or Bitbucket. Do not leave anything in a local-only state inside the workspace.

  2. 2

    Download files not tracked by Git

    Use the Codeanywhere file manager or SFTP to download project directories, uploads, and any binary files not in version control. Pay attention to storage and media directories.

  3. 3

    Export environment variables and .env files

    Hidden files are easy to miss. Search each workspace for .env, .env.local, .env.production, config.json, and similar files. Copy the contents somewhere safe, like a password manager or a private repo.

  4. 4

    Download SSH keys

    If Codeanywhere generated or stored SSH keys on your behalf, export them before shutdown. You will need the private key to reconnect to the same servers from your new tool.

  5. 5

    Record all server connection details

    Note down every server hostname or IP address, port number, username, and authentication method. This is the information you will enter into your new tool to re-establish connections.

  6. 6

    Export database credentials and schemas

    If any database access credentials are stored in your workspaces, copy them out. If you have databases you want to migrate, export SQL dumps now while you still have access.

Special offer

50% off your first 3 months

For Codeanywhere users. New accounts only. Any paid plan. Expires July 1, 2026.

Coupon code

CODEANYWHERE

Apply at checkout for 50% off the first 3 months on any paid plan.

Frequently asked questions

What does it mean that Codeanywhere is closing down?
Codeanywhere will permanently shut off all service on July 1, 2026. Existing users have until June 30 to export their files and workspaces. After July 1, nothing will be accessible — no files, no credentials, no workspace history.
Can I import my Codeanywhere workspace directly into ServerDesk?
There is no direct import. The process is: push your code to Git, download any files not in version control, save your SSH keys and server credentials, then set up a new connection in ServerDesk using those saved credentials. Most straightforward setups take under 30 minutes.
What is the difference between a Codeanywhere DevBox and an SSH server connection?
A Codeanywhere DevBox was a cloud container provisioned and managed by Codeanywhere. An SSH server connection (what ServerDesk uses) connects to a real server you control — a VPS, cloud instance, or dedicated server. If you had code running on a Codeanywhere DevBox, you will need to find a new place to host it. If you were using Codeanywhere to access an existing server, ServerDesk is a direct replacement.
How do I find my SSH keys in Codeanywhere?
In Codeanywhere, SSH keys are typically stored in the workspace account settings under 'SSH Keys'. You can also look inside the workspace terminal at ~/.ssh/ for any keys generated within the workspace environment itself.
Is ServerDesk free?
Yes — ServerDesk has a free plan that includes one server connection with file browsing, editor, and terminal access. No credit card required. Paid plans add more server connections, AI assistance, Docker management, database browsing, and team features.
Is the CODEANYWHERE discount still available?
Yes. Use code CODEANYWHERE at checkout for 50% off the first 3 months on any paid plan. Valid for new accounts created before July 1, 2026.