In short, Ajenti is an open source web based control panel similar to webmin.
Here are logs when installing Ajenti within Ubuntu 13.04 64bit.
# tail -1 /etc/lsb-release ;uname -ri;freeDISTRIB_DESCRIPTION="Ubuntu 13.04"
3.8.0-19-generic x86_64
|
install Ajenti
15 wget http://repo.ajenti.org/debian/key -O- | apt-key add -
16 echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
17 apt-get update && apt-get install ajenti
Signature ok
subject=/C=US/ST=NA/L=Nowhere/O=Acme Inc/OU=IT/CN=ubuntu
Getting Private key
:: SSL configured!
------------------------------------------------
Now start Ajenti with 'service ajenti restart'
Ajenti will listen on HTTPS port 8000 by default
Default username : root
Default password : admin
------------------------------------------------
# /etc/init.d/ajenti status
* Ajenti is running
# ps aux | grep ajenti | grep -v grep
root 2385 1.6 9.9 155876 50292 ? S 23:18 0:17 /usr/bin/python /usr/bin/ajenti-panel -d
|
access to https:// IP:8000
user: root, pass: admin
The Installation is very easy:D
install Apache via GUI
GUI -> Plugins -> Apache -> install
After installing packages, you need to restart Ajenti process to refresh its GUI.
configure Apache
You can upgrade Ubuntu packages via GUI.
GUI -> Packages
use terminal via GUI
edit dashboard
GUI -> Dashboard -> +ADD WIDGET
You can delete a widget like this
drag a widget and move it to a trash.
open a log file
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.