{"id":1241,"date":"2017-03-13T18:40:16","date_gmt":"2017-03-13T13:10:16","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=1241"},"modified":"2026-09-15T17:18:42","modified_gmt":"2026-09-15T11:48:42","slug":"install-ajenti-control-panel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/install-ajenti-control-panel\/","title":{"rendered":"How to Install and Configure Ajenti Control Panel on Ubuntu"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ajenti is an open-source control panel that provides a web-based interface for managing a server and its services. It can automatically detect installed applications and services and provides options to manage them through the control panel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we will explain how to install Ajenti Control Panel on an Ubuntu server, start the Ajenti service, and access the control panel through a web browser.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before proceeding, ensure that you have:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>An Ubuntu server.<\/li>\n\n\n\n<li>Root or sudo access to the server.<\/li>\n\n\n\n<li>Internet connectivity on the server.<\/li>\n\n\n\n<li>A browser to access the Ajenti control panel.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Install Required Dependencies<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Install the required packages on the Ubuntu server:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">apt-get install wget sudo libc6<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Add the Ajenti Repository Key<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Add the Ajenti repository key using the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">wget http:\/\/repo.ajenti.org\/debian\/key -O- | sudo apt-key add -<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Add the Ajenti Repository<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Add the Ajenti repository to the server&#8217;s APT sources:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">echo \"deb http:\/\/repo.ajenti.org\/debian main main debian\" >> \/etc\/apt\/sources.list<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Update the Repository List<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Update the package repository information:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">apt-get update<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Install Ajenti<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Install the Ajenti control panel:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">apt-get install ajenti<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Start the Ajenti Service<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Start the Ajenti service:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">service ajenti start<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Access the Ajenti Control Panel<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once the installation is complete and the service is running, access the Ajenti control panel using:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/&lt;IP-address>:8000<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Use the following credentials from the original installation:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Username: root\nPassword: admin<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After logging in, change the default password to a secure password.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Navigate to:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Dashboard > Password<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Update the password before using the control panel for further server management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Verification<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To verify that Ajenti is accessible, open the following URL in your browser:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/&lt;IP-address>:8000<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If the Ajenti service is running correctly and port <strong>8000<\/strong> is accessible, the login page should be displayed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ajenti provides a web-based interface for managing server applications and services. In this article, we installed Ajenti on an Ubuntu server, started the Ajenti service, and accessed the control panel through port <strong>8000<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After logging in for the first time, it is important to change the default password before continuing with server management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. What is Ajenti Control Panel?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Ajenti is an open-source web-based control panel that provides an interface for managing Linux servers, applications, and services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Which port does Ajenti use?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The configuration in this article uses port <strong>8000<\/strong> for accessing the Ajenti control panel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. What are the default Ajenti login credentials?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The original article uses:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Username: root\nPassword: admin<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The default password should be changed immediately after the first login.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. How do I start the Ajenti service?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Run:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">service ajenti start<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. Can Ajenti manage server services?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Ajenti provides a web-based interface for managing and monitoring various server services and applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Articles<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-lock-and-unlock-a-user-on-ubuntu-24-04\/\">How to Lock and Unlock a User on Ubuntu 24.04?<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-set-up-grafana-on-ubuntu-24-04\/\">How to Set Up Grafana on Ubuntu 24.04?<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Connect with Our Technology Experts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Have a technology challenge or looking for the right solution for your business? Our team can help you with <strong>cloud, DevOps, development, infrastructure, design, and more<\/strong>. Feel free to reach out to our experts <a href=\"https:\/\/pheonixsolutions.com\/contact\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Ajenti is an open-source control panel that provides a web-based interface for managing a server and its services. It [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1019],"tags":[299,274],"class_list":["post-1241","post","type-post","status-publish","format-standard","hentry","category-cloud-aws","tag-ajenti","tag-ubuntu","psol-cat-cloud-aws"],"jetpack_publicize_connections":[],"jetpack_shortlink":"https:\/\/wp.me\/phn2x7-k1","jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1241"}],"version-history":[{"count":1,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1241\/revisions"}],"predecessor-version":[{"id":11787,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1241\/revisions\/11787"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}