By dcayce
how to share access to a droplet [Apache]
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!
Hey @dcayce, if you are using a Team Account you can invite someone to join your Team (https://www.digitalocean.com/docs/accounts/teams/quickstart/#add-team-members) which will give them access to your account.
If you’re just wanting to give them SSH access to the Droplet, here’s a guide on how to do that (if the Droplet is already created): https://www.digitalocean.com/docs/droplets/how-to/add-ssh-keys/to-existing-droplet/
If the Droplet is yet to be created, you can add other SSH keys during the Droplet create moment.
Hopefully that answers your question, but let me know if not.
There are a couple different layers to address this one. If you are only wanting to share access to your CMS (think WordPress), you will want to refer to the documentation for that specific application. I’ve linked that of WordPress here.
If you want to share access to the Droplet, you will want to consider the level of access you want to provide. In any case, it is recommended that you do not share access to the root user. With that in mind, we have some great documentation available on Adding and Removing Users.
For a little more context, we also have a guide on setting up SFTP users. If you are wanting to provide full SSH access to the other users, this Q&A post may come in handy.
I’m using an Apache server so the setup is slightly different than yours, though still easy to sort through. It turns out this was a simple problem within the app where an address was incorrect, and not a server problem at all! The use of <VirtualHost> does not affect what addresses Apache httpd listens on. You may need to ensure that Apache httpd is listening on the correct addresses using Listen.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.