# Can I have more than one domain on the same Droplet? Yes, you can point an unlimited number of domains to a single Droplet, and you can serve multiple websites from a single Droplet. If you are using Apache to serve websites on your Droplet, you need to [set up your Apache virtual hosts](https://www.digitalocean.com/community/tutorial_collections/how-to-set-up-apache-virtual-hosts) to host multiple websites. If you are using nginx to serve websites on your Droplet, you need to [set up nginx server blocks](https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04) to host multiple websites. ## Related Topics [My Ubuntu Droplet lost all network connectivity after a software update.](https://docs.digitalocean.com/support/my-ubuntu-droplet-lost-all-network-connectivity-after-a-software-update./index.html.md): Ensure your Droplet’s public and private network interfaces are correctly named `eth0` and `eth1`. [Why is SMTP blocked?](https://docs.digitalocean.com/support/why-is-smtp-blocked/index.html.md): SMTP is blocked on Droplets to prevent spam and abuse. Use a third-party email as a service provider instead. [How do I fix a "system not initialized" error on multi-GPU Droplets?](https://docs.digitalocean.com/support/how-do-i-fix-a-system-not-initialized-error-on-multi-gpu-droplets/index.html.md): Make sure NVIDIA Fabric Manager is running and has the same version number as the GPU drivers.