I read the tutorial on how to install Ajenti (https://www.digitalocean.com/community/tutorials/how-to-install-the-ajenti-control-panel-and-ajenti-v-on-ubuntu-14-04) but I am having trouble getting “panel.my_domain.com” to point to it. I created a Website in Ajenti V and “my_domain.com” goes to where it should, but I don’t know how to create this subdomain.
Thank you for any help!
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.
Hello, I wrote that tutorial! :)
You tried browsing to
https://panel.example.com:8000
correct?If you did, make sure you created the
panel
subdomain in DigitalOcean, it was one of the prerequisites. If you didn’t read: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitaloceanIf you’ve already done that, you can try setting the hostname for Ajenti within the Ajenti control panel. Go to your Ajenti control panel through either your IP or whatever domain you have set up, and in the sidebar, press Configure. Under the second section (HTTP Server) change whatever is in the Host text box to
panel.example.com
. Then click the Save button at the bottom of the screen, and then click the Restart button at the bottom of the screen.I hope that helps!
Hi Terri,
Have you looked over this howto: https://www.digitalocean.com/community/tutorials/how-to-install-the-ajenti-control-panel-and-ajenti-v-on-ubuntu-14-04 It shows how to setup the panel for Ajenti
if you want just to create a subdomain create a new A record, if you want panel.mydomain.com for example create an A record with the first section as ‘subdomain’ and the second section as the IP address you want to target (your droplet)