Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
When i ran $sudo apt-get update && sudo apt-get install ajenti as a non root user who had sudo privileges i got the error
E: could not open lock file /var/lib/dpkg/lock - open (13:permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
This comment has been deleted
after installation my cpanel is accessible thorugh https://.domainname:8000 not https://panel.domainname:8000
after following all the steps I’m getting ajenti: unrecognized service.
Before that on installing ajenti, it gave a warning w: Failed to fetch http://repo.ajenti.org/ng/debian/dists/main/InRelease Unable to find expected entry ‘ubintu/binary-amd64/Packages’ in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead. Please help
I had installed Ubuntu and Nginx, php was working fine. I installed Ajenti and the php stopped working, the browser wants to download the file. I went over the files to be modified for php-fpm and /etc/nginx/sites-available/default is no longer there. I’m going to go over the steps of installing php again but I was wondering what happened. The only thing not mentioned in the tutorial above that I experienced is that when I clicked on Websites after installing Ajenti V that there was an enable button and that it would rewrite the php. I also don’t have a domain attached at this point. But php was working before the install of Ajenti.
Thanks,
TOG
I have a wordpress site just installed on a server and now I want this, if I set it up, will my site stop working?
This comment has been deleted
Is there a way to get Ajenti to serve off of port 80 instead of port 8000? I’d like to just be able to go to https://panel.example.com instead of https://panel.example.com:8000. I tried setting the Port in the Configure menu to 80 instead of 8000 and restarted Ajenti, but that broke something and I had to manually reset the port back to 8000.
Hey Jonah, it’s a great tutorial. Can you in the future explain better how to reverse proxy nginx so I could hide the 8000 and let only some domains have acess to the ajenti panel? All my domains have acess now just adding the https:// and :8000. I’m trying to do with nginx reverse proxy but can’t understand exactly the structure of doing so