How to spin off a new droplet from sm existing droplet but with a different domain name
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey Jorge! š
You can do that by taking a snapshot of your existing Droplet and then creating a new Droplet from that snapshot:
If you donāt already have a snapshot you can start by creating one:
Go to the DigitalOcean Control Panel and navigate to the Droplet you want to duplicate.
Select the Snapshots tab and create a snapshot of the Droplet. This creates a full backup of the current state.
Once the snapshot is ready, navigate to the Create Droplet section in the control panel.
Choose the snapshot you just created under the āChoose an Imageā section.
Once the new Droplet is ready, youāll need to point your new domain name to the new Dropletās IP address:
Finally, log in to the new Droplet and update your web server (e.g., Nginx or Apache) and application settings to use the new domain name.
Let me know if you have any questions, and feel free to share more details about your exact current Droplet setup.
- Bobby