# Can I have more than one WordPress instance installed? Yes, you can serve multiple WordPress instances from a single Droplet. To install multiple WordPress instances on your Droplet, you first need to [configure your Apache virtual hosts](https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04) to be ready to accept information about multiple domains. Once you’ve configured Apache for multiple hosts, use [WordPress’s standard installation](https://learn.wordpress.org/tutorial/how-to-install-wordpress/) to install a different instance of WordPress in each of the separate folders (in the `/var/www` directory) for each of your websites. ## Related Topics [How do I add an A record to my app on App Platform?](https://docs.digitalocean.com/support/how-do-i-add-an-a-record-to-my-app-on-app-platform/index.html.md): App Platform provides two static ingress IPs you can use to map A records to your app. [How do I add a domain that contains special characters?](https://docs.digitalocean.com/support/how-do-i-add-a-domain-that-contains-special-characters/index.html.md): Use Punycode to add a non-ASCII domain name to DigitalOcean. [How can I migrate my data from my previous provider?](https://docs.digitalocean.com/support/how-can-i-migrate-my-data-from-my-previous-provider/index.html.md): We have guides to help you migrate your data from your previous provider.