{"id":1766,"date":"2019-05-14T16:58:08","date_gmt":"2019-05-14T16:58:08","guid":{"rendered":"https:\/\/draculaservers.com\/tutorials\/?p=1766"},"modified":"2021-11-14T19:58:28","modified_gmt":"2021-11-14T19:58:28","slug":"install-ajenti-ubuntu","status":"publish","type":"post","link":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/","title":{"rendered":"How to Install Ajenti Control Panel &#038; Add a New Website on Ubuntu 18.04"},"content":{"rendered":"<p><strong>Ajenti<\/strong> is a popular, lightweight, open-source, web based control panel for managing servers. It also comes with an easy-to-install addon package, called <strong>Ajenti V<\/strong>, that comes with plugins for managing emails, websites, domains and more.<\/p>\n<p>In this tutorial we&#8217;ll be installing Ajenti and Ajenti V on an Ubuntu 18.04 VPS. We&#8217;ll also add a domain to it and set up a WordPress website using the Ajenti control panel.<\/p>\n\n<div class=\"container custom-content-block\" style=\"background-color: #282a36; border-radius: 3px; padding: 20px 25px 35px 25px !important; margin-top: 60px; margin-bottom: 60px;\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #74fa7a; font-weight: bold !important; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Get a High RAM VPS at Entry-level Pricing<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #ffffff; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Starting with 2GB RAM at $6.99\/month<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #60709f; font-size: 1em; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Take your pick from our KVM VPS that offer a generous amount of RAM at an affordable price. We've got 5 plans for you to choose from, our cheapest featuring 2GB RAM at $6.99\/mo.<\/p>\r\n\r\n<div style=\"font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important; font-size: 14px; color: #74fa7a;\"><span style=\"color: #ffffff;\">[Main Features]<\/span>\r\n- SSD Drives\r\n- KVM Virtualization\r\n- 1Gbps Shared Uplink\r\n- Location: Chicago, IL<\/div>\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #ffffff; font-weight: bold !important; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Pick one of our KVM plans<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\"><a class=\"btn btn-primary btn-lg\" style=\"background-color: #58689e; color: #ffffff; box-shadow: 0 2px 2px 0 #3F51B5, 0 3px 1px -2px #3F51B5, 0 1px 5px 0 #3F51B5; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important; font-weight: bold !important;\" role=\"button\" href=\"https:\/\/draculaservers.com\/kvm.php#choose-plan\" target=\"_blank\" rel=\"noopener\" aria-pressed=\"true\">Get started now<\/a><\/div>\r\n<\/div>\r\n<\/div>\n<h3 id=\"prerequisites\">Prerequisites<\/h3>\n<p>For this tutorial we&#8217;re assuming:<\/p>\n<ul>\n<li>You&#8217;re using a machine running Ubuntu 18.04 with at least 1GB RAM<\/li>\n<li>You&#8217;ve got a domain with an A record pointing to the IP address of your Ubuntu machine<\/li>\n<\/ul>\n<p>Update:<\/p>\n<pre><code>$ sudo apt update\n$ sudo apt -y upgrade<\/code><\/pre>\n<p>Reboot after upgrade:<\/p>\n<pre><code>$ sudo reboot<\/code><\/pre>\n<h2 id=\"set-the-fqdn-on-the-server\">Set the FQDN on the Server<\/h2>\n<p>To access Ajenti by visiting a certain URL, like <a href=\"https:\/\/panel.dracula.host\" target=\"_blank\" rel=\"noopener\">https:\/\/panel.dracula.host<\/a>, we&#8217;l have to configure the server&#8217;s FQDN.<\/p>\n<p><strong>NOTE:<\/strong> If you just want to access Ajenti by visiting your server&#8217;s IP address ( <a href=\"https:\/\/your_server_ip:8000\" target=\"_blank\" rel=\"noopener\">https:\/\/your_server_ip:8000<\/a> ), then you can skip this.<\/p>\n<p>With the following line we&#8217;l change the hostname of the server to our subdomain:<\/p>\n<pre><code>$ sudo hostnamectl set-hostname panel<\/code><\/pre>\n<p>Open and edit <code>\/etc\/hosts<\/code> using your favorite text editor, and add the following line at the end:<\/p>\n<pre><code>$ sudo nano \/etc\/hosts\nSERVER_IP_ADDRESS SUBDOMAIN.DOMAIN.COM SUBDOMAIN<\/code><\/pre>\n<p>Here&#8217;s an example on how I set it up:<\/p>\n<pre><code>$ sudo nano \/etc\/hosts\n123.234.12.32 panel.dracula.host panel<\/code><\/pre>\n<p>Save and exit the file when you&#8217;re done.<\/p>\n<p>Now run the following command to install the <code>network-manager<\/code> package, in case you don&#8217;t already have it installed.<\/p>\n<pre><code>$ sudo apt install network-manager<\/code><\/pre>\n<p>And run the following command to restart the Network Manager and apply the changes you&#8217;ve made:<\/p>\n<pre><code>$ sudo systemctl restart NetworkManager.service<\/code><\/pre>\n<p>Check the hostname and the FQDN by running the following commands:<\/p>\n<pre><code>$ hostname\npanel\n$ hostname -f\npanel.dracula.host<\/code><\/pre>\n<h2 id=\"install-ajenti-1-x-server-admin-panel-on-ubuntu-18-04\">Install Ajenti 1.x Server Admin Panel on Ubuntu 18.04<\/h2>\n<p>Install python-imaging dependency:<\/p>\n<pre><code>$ sudo apt -y install wget\n$ wget http:\/\/security.ubuntu.com\/ubuntu\/pool\/universe\/p\/pillow\/python-imaging_4.1.1-3build2_all.deb\n$ sudo dpkg -i python-imaging_4.1.1-3build2_all.deb<\/code><\/pre>\n<p>If you can&#8217;t find it, and receive a 404 <code>ERROR 404: Not Found.<\/code>, then download it from a different location:<\/p>\n<pre><code>$ wget http:\/\/mirrors.mit.edu\/ubuntu-ports\/pool\/universe\/p\/pillow\/python-imaging_3.1.2-0ubuntu1.1_all.deb\n$ sudo dpkg -i python-imaging_3.1.2-0ubuntu1.1_all.deb<\/code><\/pre>\n<p>It&#8217;s possible that you&#8217;l receive an error such as the following:<\/p>\n<pre><code>Selecting previously unselected package python-imaging.\n(Reading database ... 102395 files and directories currently installed.)\nPreparing to unpack python-imaging_4.1.1-3build2_all.deb ...\nUnpacking python-imaging (4.1.1-3build2) ...\ndpkg: dependency problems prevent configuration of python-imaging:\n python-imaging depends on python:any (&lt;&lt; 2.8).\n python-imaging depends on python:any (&gt;= 2.7.5-5~).\n python-imaging depends on python-pil; however:\n  Package python-pil is not installed.\n\ndpkg: error processing package python-imaging (--install):\n dependency problems - leaving unconfigured\nErrors were encountered while processing:\n python-imaging<\/code><\/pre>\n<p>To fix this and install the python-imaging dependency run:<\/p>\n<pre><code>$ apt --fix-broken install<\/code><\/pre>\n<p>Import Ajenti repository GPG key:<\/p>\n<pre><code>$ sudo wget http:\/\/repo.ajenti.org\/debian\/key -O- | sudo apt-key add -<\/code><\/pre>\n<p>Add Ajenti repository:<\/p>\n<pre><code>$ echo \"deb http:\/\/repo.ajenti.org\/ng\/debian main main ubuntu\" | sudo tee \/etc\/apt\/sources.list.d\/ajenti.list<\/code><\/pre>\n<p>Install Ajenti 1.x on Ubuntu 18.04<\/p>\n<pre><code>$ sudo apt update\n$ sudo apt -y install ajenti<\/code><\/pre>\n<p>Output:<\/p>\n<pre><code>...\n------------------------------------------------\nNow start Ajenti with 'service ajenti restart'\nAjenti will listen on HTTPS port 8000 by default\n\nDefault username : root\nDefault password : admin\n------------------------------------------------\n...<\/code><\/pre>\n<p>Restart and enable Ajenti so it loads on boot:<\/p>\n<pre><code>$ sudo systemctl restart ajenti\n$ sudo systemctl enable ajenti<\/code><\/pre>\n<p>Now Ajenti 1.x should be installed and ready to be accessed. Ajenti listens on HTTPS port 8000 by default.<\/p>\n<p>To access it, open up a browser and navigate to <code>https:\/\/your_ip_or_domain:8000<\/code>.<\/p>\n<blockquote class=\"note\"><p><small><strong>IMPORTANT:<\/strong> It&#8217;s important that you access via <code>https:\/\/<\/code> and not <code>http:\/\/<\/code>, or else you won&#8217;t be able to access Ajenti.<\/small><\/p><\/blockquote>\n<p>The browser will probably complain that the connection is not secure. It&#8217;s safe, so you can proceed.<\/p>\n<p>Next, you should see the login form.<\/p>\n<p>The default credentials are:<\/p>\n<p><strong>Username: <\/strong> root<br \/>\n<strong>Password: <\/strong> admin<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_1\/\" rel=\"attachment wp-att-1771\"><img loading=\"lazy\" decoding=\"async\" width=\"1407\" height=\"476\" class=\"aligncenter size-full wp-image-1771\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_1.png\" alt=\"ajenti_login\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_1.png 1407w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_1-300x101.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_1-1024x346.png 1024w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_1-768x260.png 768w\" sizes=\"auto, (max-width: 1407px) 100vw, 1407px\" \/><\/a><\/p>\n<p>After you login, you&#8217;l be taken to the Ajenti dashboard:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_2\/\" rel=\"attachment wp-att-1770\"><img loading=\"lazy\" decoding=\"async\" width=\"1091\" height=\"758\" class=\"aligncenter size-full wp-image-1770\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_2.png\" alt=\"ajenti_dashboard\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_2.png 1091w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_2-300x208.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_2-1024x711.png 1024w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_2-768x534.png 768w\" sizes=\"auto, (max-width: 1091px) 100vw, 1091px\" \/><\/a><\/p>\n<p>Since your password is so simple, it&#8217;s mandatory that you set a stronger password so you won&#8217;t be compromised. You&#8217;l notice the <strong>Password<\/strong> section in the menu on the left. Navigate there, and change your password into a stronger one.<\/p>\n<h3 id=\"install-ajenti-v-plugin\">Install Ajenti V Plugin<\/h3>\n<p>Ajenti V is a plugin suite that adds a good deal of additional functionalities to Ajenti 1.x. At the time of writing, it extends the capabilities of the Ajenti core with packages such as:<\/p>\n<ul>\n<li>gunicorn<\/li>\n<li>mail<\/li>\n<li>MySQL<\/li>\n<li>NodeJS<\/li>\n<li>php-fpm<\/li>\n<li>puma<\/li>\n<li>pureftpd<\/li>\n<li>unicorn<\/li>\n<li>NGINX<\/li>\n<\/ul>\n<p>With the following line we will install Ajenti V our our Ubuntu 18.04 machine:<\/p>\n<pre><code>$ sudo apt -y install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php7.2-fpm php7.2-mysql<\/code><\/pre>\n<p>Restart Ajenti once the installation is done:<\/p>\n<pre><code>$ sudo systemctl restart ajenti<\/code><\/pre>\n<p>To enable Ajenti V, go inside the Ajenti dashboard again and navigate to &#8220;Services&#8221;, in the left menu. After which click on the <code>Restart<\/code> icon, in the <code>ajenti<\/code> row, with the origin <code>systemd<\/code>. The page should reload and you will have to log back in. Once you&#8217;ve logged in you&#8217;l see the left sidebar having a <code>Web<\/code> section.<\/p>\n<p>Click on <code>Websites<\/code> under the <code>Web<\/code> section and you should be taken to a page to enable Ajenti V:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_4\/\" rel=\"attachment wp-att-1768\"><img loading=\"lazy\" decoding=\"async\" width=\"1053\" height=\"346\" class=\"aligncenter size-full wp-image-1768\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_4.png\" alt=\"ajenti_v\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_4.png 1053w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_4-300x99.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_4-1024x336.png 1024w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_4-768x252.png 768w\" sizes=\"auto, (max-width: 1053px) 100vw, 1053px\" \/><\/a><\/p>\n<p>With Ajenti V enabled, your panel has just gained more power, like adding websites, enabling webmail, and a number of other tasks.<\/p>\n<h2 id=\"add-a-domain-install-wordpress-on-ajenti-v\">Add a Domain &amp; Install WordPress on Ajenti V<\/h2>\n<p>To demonstrate how to use Ajenti V to add and manage websites, we&#8217;ll add a WordPress website with our Ajenti dashboard.<\/p>\n<h3 id=\"prerequisites-2\">Prerequisites<\/h3>\n<ul>\n<li>Ajenti with Ajenti V installed<\/li>\n<li>A registered domain name, that resolves to the server with Ajenti and Ajenti V installed<\/li>\n<\/ul>\n<h3 id=\"step-1-configure-wordpress\">Step 1 \u2014 Configure WordPress<\/h3>\n<p>In your browser, navigate to your Ajenti dashboard. I&#8217;ll navigate to <code>https:\/\/panel.dracula.host<\/code> and log into Ajenti.<\/p>\n<ol>\n<li>In the sidebar on the left, under <code>Web<\/code> section click <code>Websites<\/code>.<\/li>\n<li>There&#8217;s a section <code>New Website<\/code>. Under it, fill in the name of your website in the <code>Name<\/code> input field and click <code>Create<\/code>. The name can be anything you want.\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_new_website\/\" rel=\"attachment wp-att-1782\"><img loading=\"lazy\" decoding=\"async\" width=\"933\" height=\"604\" class=\"aligncenter size-full wp-image-1782\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_website.png\" alt=\"ajenti_new_website\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_website.png 933w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_website-300x194.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_website-768x497.png 768w\" sizes=\"auto, (max-width: 933px) 100vw, 933px\" \/><\/a><\/li>\n<li>With the website added, click on the <code>Manage<\/code> button next to it.\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_manage\/\" rel=\"attachment wp-att-1781\"><img loading=\"lazy\" decoding=\"async\" width=\"942\" height=\"292\" class=\"aligncenter size-full wp-image-1781\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_manage.png\" alt=\"ajenti_manage\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_manage.png 942w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_manage-300x93.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_manage-768x238.png 768w\" sizes=\"auto, (max-width: 942px) 100vw, 942px\" \/><\/a><\/li>\n<li>In the <code>General<\/code> section, under <code>Website Files<\/code>, rename the <code>Path<\/code> to anything you want, and click on <code>SET<\/code>, and after which click <code>Create Directory<\/code>. I&#8217;ll set my path to <code>\/srv\/rootlocal.host<\/code>.\n<p>Now, in the <code>General<\/code> section of this page, uncheck <code>Maintenance Mode<\/code> and click <code>Apply Changes<\/code> at the bottom of the page.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_directory_maintenance\/\" rel=\"attachment wp-att-1780\"><img loading=\"lazy\" decoding=\"async\" width=\"782\" height=\"551\" class=\"aligncenter size-full wp-image-1780\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_directory_maintenance.png\" alt=\"ajenti_directory_maintenance\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_directory_maintenance.png 782w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_directory_maintenance-300x211.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_directory_maintenance-768x541.png 768w\" sizes=\"auto, (max-width: 782px) 100vw, 782px\" \/><\/a><\/li>\n<li>At the top navigation menu, go to the <code>Domains<\/code> tab, in the <code>Domain<\/code> section, click to <code>Add<\/code> to add your domain, and fill it into the input field (in my case <code>rootlocal.host<\/code> ), and click the <code>Apply Changes<\/code> button.\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_add_domain\/\" rel=\"attachment wp-att-1779\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1779\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_add_domain.png\" alt=\"ajenti_add_domain\" width=\"938\" height=\"379\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_add_domain.png 938w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_add_domain-300x121.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_add_domain-768x310.png 768w\" sizes=\"auto, (max-width: 938px) 100vw, 938px\" \/><\/a><\/li>\n<li>Now switch to the <code>Advanced<\/code> tab at the top of the page, and add the following content in the <code>Custom Configuration<\/code> field:\n<pre><code class=\"language-nginx\" lang=\"nginx\"># This order might seem weird - this is attempted to match last if rules below fail.\nlocation \/ {\n    try_files $uri $uri\/ \/index.php?$args;\n}\n\n# Add trailing slash to *\/wp-admin requests.\nrewrite \/wp-admin$ $scheme:\/\/$host$uri\/ permanent;\n\n# Directives to send expires headers and turn off 404 error logging.\nlocation ~* ^.+\\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {\n       access_log off; log_not_found off; expires max;\n}\n\nlocation = \/favicon.ico {\n    log_not_found off;\n    access_log off;\n}\nlocation = \/robots.txt {\n    allow all;\n    log_not_found off;\n    access_log off;\n}\n# Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store (Mac).\n# Keep logging the requests to parse later (or to pass to firewall utilities such as fail2ban)\nlocation ~ \/\\. {\n    deny all;\n}\n# Deny access to any files with a .php extension in the uploads directory\n# Works in sub-directory installs and also in multisite network\n# Keep logging the requests to parse later (or to pass to firewall utilities such as fail2ban)\nlocation ~* \/(?:uploads|files)\/.*\\.php$ {\n    deny all;\n}<\/code><\/pre>\n<p>Then press the <code>Apply Changes<\/code> button.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_advanced_custom_configuration\/\" rel=\"attachment wp-att-1778\"><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"704\" class=\"aligncenter size-full wp-image-1778\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_advanced_custom_configuration.png\" alt=\"ajenti_advanced_custom_configuration\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_advanced_custom_configuration.png 774w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_advanced_custom_configuration-300x273.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_advanced_custom_configuration-768x699.png 768w\" sizes=\"auto, (max-width: 774px) 100vw, 774px\" \/><\/a><\/li>\n<li>Now switch to the <code>Content<\/code> tab. In the <strong>dropdown<\/strong> menu select <code>PHP 7.2 FastCGI<\/code> and click <code>Create<\/code>. Click on the <code>Advanced<\/code> menu under <code>PHP<\/code>, and paste the following content in the <code>Custom configuration<\/code> field. <strong>NOTE: <\/strong> this is a different <code>Custom configuration<\/code> than the one before.\n<pre><code class=\"language-nginx\" lang=\"nginx\">try_files $uri =404;\nfastcgi_split_path_info ^(.+\\.php)(\/.+)$;<\/code><\/pre>\n<p>Press the <code>Apply Changes<\/code> button when you&#8217;re done.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_php_fastcgi\/\" rel=\"attachment wp-att-1777\"><img loading=\"lazy\" decoding=\"async\" width=\"775\" height=\"813\" class=\"aligncenter size-full wp-image-1777\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_php_fastcgi.png\" alt=\"ajenti_php_fastcgi\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_php_fastcgi.png 775w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_php_fastcgi-286x300.png 286w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_php_fastcgi-768x806.png 768w\" sizes=\"auto, (max-width: 775px) 100vw, 775px\" \/><\/a><\/li>\n<li>WordPress needs a database to add, manage and retrieve data. Browse to the <code>MySQL<\/code> tab. Under <code>Databases<\/code> write in the name of the database you want to create &#8211; in this example I&#8217;ll write <code>database_name<\/code> &#8211; after which click <code>Create<\/code>.\n<p>WordPress will need a user to manage the database as. To create a <strong>MySQL User<\/strong>, under <code>Users<\/code>, give a <strong>Name<\/strong> and <strong>Password<\/strong> to your new user, then click <code>Create<\/code>. In this example we&#8217;ll use <code>db_user<\/code> and <code>db_password<\/code>. Remember them, because you&#8217;ll need them later.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_create_db_wordpress\/\" rel=\"attachment wp-att-1776\"><img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"645\" class=\"aligncenter size-full wp-image-1776\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_create_db_wordpress.png\" alt=\"ajenti_create_db_wordpress\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_create_db_wordpress.png 781w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_create_db_wordpress-300x248.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_create_db_wordpress-768x634.png 768w\" sizes=\"auto, (max-width: 781px) 100vw, 781px\" \/><\/a><\/p>\n<p>When you&#8217;re done, click on <strong>Apply Changes<\/strong>.<\/li>\n<\/ol>\n<h3 id=\"step-2-download-wordpress-finishing-touches\">Step 2 \u2014 Download WordPress &amp; Finishing Touches<\/h3>\n<p>Next we&#8217;ll have to download and unpack WordPress. To do this, first we&#8217;ll need to install zip utilities on the server.<\/p>\n<p>Install it by first clicking on <code>Tools &gt; Terminal<\/code> on the left sidebar.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_new_terminal\/\" rel=\"attachment wp-att-1787\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"820\" class=\"aligncenter size-full wp-image-1787\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_terminal.png\" alt=\"ajenti_new_terminal\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_terminal.png 968w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_terminal-300x254.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_new_terminal-768x651.png 768w\" sizes=\"auto, (max-width: 968px) 100vw, 968px\" \/><\/a><\/p>\n<p>After which, launch a new terminal session by clicking <code>New<\/code> and then on the black box that appears.<\/p>\n<p>To install zip\/unzip run the following line:<\/p>\n<pre><code class=\"language-shell\" lang=\"shell\">$ sudo apt install zip unzip<\/code><\/pre>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_install_zip_unzip\/\" rel=\"attachment wp-att-1786\"><img loading=\"lazy\" decoding=\"async\" width=\"1136\" height=\"672\" class=\"aligncenter size-full wp-image-1786\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_install_zip_unzip.png\" alt=\"ajenti_install_zip_unzip\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_install_zip_unzip.png 1136w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_install_zip_unzip-300x177.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_install_zip_unzip-1024x606.png 1024w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_install_zip_unzip-768x454.png 768w\" sizes=\"auto, (max-width: 1136px) 100vw, 1136px\" \/><\/a><\/p>\n<p>After the installation is complete, click the <code>X<\/code> next to <code>Terminal 0<\/code> to close the terminal.<\/p>\n<p>Now go back to <code>Websites<\/code> in the left sidebar, and click <code>Manage<\/code> next to the website you created. In the <code>General<\/code> tab, at the bottom you should see a section named <code>Automatic Downloader<\/code> that offers an input field. In the input field put <code>http:\/\/wordpress.org\/latest.zip<\/code> and click <code>Download and Unpack<\/code>. A terminal should appear &#8211; just wait it out until the process it&#8217;s finished. If you see it&#8217;s finished but the terminal doesn&#8217;t disappear just close the <code>Terminal 0<\/code> tab.<\/p>\n<p>Next, in the left sidebar, navigate to <code>File Manager<\/code> and click on the <code>srv<\/code> folder, and then on your website&#8217;s folder (in this demo <code>rootlocal.host<\/code>) and then into <code>wordpress<\/code>. We want to move the content of the <code>wordpress<\/code> folder up one level.<\/p>\n<p>When in the <code>wordpress<\/code> directory, select all the files and click on the <code>Cut<\/code> icon, move back up one level, into your website&#8217;s folder ( <code>rootlocal.host<\/code> in my case ) and paste them by clicking the <code>Paste<\/code> button next to <code>Cut<\/code>.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/ajenti_move_wordpress_files\/\" rel=\"attachment wp-att-1785\"><img loading=\"lazy\" decoding=\"async\" width=\"1036\" height=\"943\" class=\"aligncenter size-full wp-image-1785\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_move_wordpress_files.png\" alt=\"ajenti_move_wordpress_files\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_move_wordpress_files.png 1036w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_move_wordpress_files-300x273.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_move_wordpress_files-1024x932.png 1024w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/ajenti_move_wordpress_files-768x699.png 768w\" sizes=\"auto, (max-width: 1036px) 100vw, 1036px\" \/><\/a><\/p>\n<p>Assuming that the WordPress files are now in your websites&#8217; root folder, we can get to installing WordPress.<\/p>\n<h3 id=\"step-3-installing-wordpress-in-the-browser\">Step 3 \u2014 Installing WordPress in the Browser<\/h3>\n<p>Now browse to your domain in your browser ( in my case <code>https:\/\/rootlocal.host<\/code> ). You&#8217;ll be greeted by the initial installation page where you can select your preferred language. Next click <code>Continue<\/code> and then <code>Let's go!<\/code>.<\/p>\n<p>Add in your database details that you created earlier, in the next form. The details I created are <code>database_name<\/code>, <code>db_user<\/code> and <code>db_password<\/code>.<\/p>\n<p>Yon change <code>wp_<\/code> to a different prefix since it&#8217;s very commonly used, and it could improve security by changing it to something like <code>myblog_<\/code> or whatever else you prefer.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/install_wp\/\" rel=\"attachment wp-att-1784\"><img loading=\"lazy\" decoding=\"async\" width=\"898\" height=\"601\" class=\"aligncenter size-full wp-image-1784\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/install_wp.png\" alt=\"install_wp\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/install_wp.png 898w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/install_wp-300x201.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/install_wp-768x514.png 768w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/install_wp-360x240.png 360w\" sizes=\"auto, (max-width: 898px) 100vw, 898px\" \/><\/a><\/p>\n<p>After you click submit you&#8217;ll just have to fill in a few details regarding WordPress and set your login credentials, and then the installation should be done in a few seconds.<\/p>\n<h3 id=\"conclusion\">Conclusion<\/h3>\n<p>Well done. You&#8217;ve successfully installed Ajenti and Ajenti V on CentOS 7, added your first website and installed WordPress. Congratulations!<\/p>\n<div class=\"container custom-content-block\" style=\"background-color: #282a36; border-radius: 3px; padding: 20px 25px 35px 25px !important; margin-top: 60px; margin-bottom: 60px;\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #74fa7a; font-weight: bold !important; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Need Help?<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #ffffff; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Have a server from a different provider and need help? Hit us up!<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #60709f; font-size: 1em; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">We offer various services to assist you in achieving your business goal. Working in the industry, we've gained proficiency various areas related to hosting.\r\n<br \/>\r\n<div style=\"font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important; font-size: 14px; color: #74fa7a;\">\r\n<span style=\"color: #ffffff; !important;\">[Proficiencies Include]<\/span><\/br>\r\n&nbsp;&nbsp;- RADIUS<br \/>\r\n&nbsp;&nbsp;- WHMCS<br \/>\r\n&nbsp;&nbsp;- LAMP Stack<br \/>\r\n&nbsp;&nbsp;- LEMP Stack<br \/>\r\n&nbsp;&nbsp;- VPN Protocols<br \/>\r\n&nbsp;&nbsp;- SMTP<br \/>\r\n&nbsp;&nbsp;- Remote Desktop Solutions<br \/>\r\n&nbsp;&nbsp;- Linux in general<br \/>\r\n<\/div>\r\n<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\">\r\n<p style=\"color: #ffffff; font-weight: bold !important; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important;\">Hire Us<\/p>\r\n\r\n<\/div>\r\n<div class=\"col-lg-12\"><a role=\"button\" aria-pressed=\"true\" class=\"btn btn-primary btn-lg\" style=\"background-color: #58689e; color: #ffffff; box-shadow: 0 2px 2px 0 #3F51B5, 0 3px 1px -2px #3F51B5, 0 1px 5px 0 #3F51B5; font-family: Droid Sans Mono,'DroidSansMonoRegular','Courier New',monospace !important; font-weight: bold !important;\" href=\"https:\/\/draculaservers.com\/members\/submitticket.php\" target=\"_blank\" rel=\"noopener\">HIT US UP<\/a><\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ajenti is a popular, lightweight, open-source, web based control panel for managing servers. It also comes with an easy-to-install addon package, called Ajenti V, that comes with plugins for managing emails, websites, domains and more. In this tutorial we&#8217;ll be installing Ajenti and Ajenti V on an Ubuntu 18.04 VPS. We&#8217;ll also add a domain [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1791,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,64,22,16],"tags":[97],"class_list":["post-1766","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting","category-open-source","category-ubuntu","category-wordpress","tag-ajenti"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"featured_image_urls_v2":{"full":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png",1024,512,false],"thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-150x150.png",150,150,true],"medium":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-300x150.png",300,150,true],"medium_large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-768x384.png",768,384,true],"large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-1024x512.png",1024,512,true],"1536x1536":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png",1024,512,false],"2048x2048":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png",1024,512,false],"pk-small":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-80x80.png",80,80,true],"pk-thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04-300x225.png",300,225,true]},"post_excerpt_stackable_v2":"<p>Ajenti is a popular, lightweight, open-source, web based control panel for managing servers. It also comes with an easy-to-install addon package, called Ajenti V, that comes with plugins for managing emails, websites, domains and more. In this tutorial we&#8217;ll be installing Ajenti and Ajenti V on an Ubuntu 18.04 VPS. We&#8217;ll also add a domain to it and set up a WordPress website using the Ajenti control panel. Get a High RAM VPS at Entry-level Pricing Starting with 2GB RAM at $6.99\/month Take your pick from our KVM VPS that offer a generous amount of RAM at an affordable price.&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/draculaservers.com\/tutorials\/category\/hosting\/\" rel=\"category tag\">Hosting<\/a>, <a href=\"https:\/\/draculaservers.com\/tutorials\/category\/open-source\/\" rel=\"category tag\">Open-source<\/a>, <a href=\"https:\/\/draculaservers.com\/tutorials\/category\/ubuntu\/\" rel=\"category tag\">Ubuntu<\/a>, <a href=\"https:\/\/draculaservers.com\/tutorials\/category\/wordpress\/\" rel=\"category tag\">Wordpress<\/a>","author_info_v2":{"name":"Vlad","url":"https:\/\/draculaservers.com\/tutorials\/author\/vlad\/"},"comments_num_v2":"1 comment","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Ajenti Control Panel &amp; Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Ajenti Control Panel &amp; Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials\" \/>\n<meta property=\"og:description\" content=\"Ajenti is a popular, lightweight, open-source, web based control panel for managing servers. It also comes with an easy-to-install addon package, called Ajenti V, that comes with plugins for managing emails, websites, domains and more. In this tutorial we&#8217;ll be installing Ajenti and Ajenti V on an Ubuntu 18.04 VPS. We&#8217;ll also add a domain [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Dracula Servers Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-14T16:58:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-14T19:58:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Vlad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vlad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/\"},\"author\":{\"name\":\"Vlad\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/931f7fa8b2126ace6edfb82775e0ec0e\"},\"headline\":\"How to Install Ajenti Control Panel &#038; Add a New Website on Ubuntu 18.04\",\"datePublished\":\"2019-05-14T16:58:08+00:00\",\"dateModified\":\"2021-11-14T19:58:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/\"},\"wordCount\":1327,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png\",\"keywords\":[\"Ajenti\"],\"articleSection\":[\"Hosting\",\"Open-source\",\"Ubuntu\",\"Wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/\",\"name\":\"How to Install Ajenti Control Panel & Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png\",\"datePublished\":\"2019-05-14T16:58:08+00:00\",\"dateModified\":\"2021-11-14T19:58:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png\",\"width\":1024,\"height\":512,\"caption\":\"ajenti_ubuntu_featured\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/install-ajenti-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Ajenti Control Panel &#038; Add a New Website on Ubuntu 18.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"name\":\"Dracula Servers Tutorials\",\"description\":\"Dedicated Servers\",\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\",\"name\":\"Dracula Servers\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"width\":1625,\"height\":200,\"caption\":\"Dracula Servers\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/931f7fa8b2126ace6edfb82775e0ec0e\",\"name\":\"Vlad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"caption\":\"Vlad\"},\"description\":\"Tech Support\",\"sameAs\":[\"https:\\\/\\\/draculaservers.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Ajenti Control Panel & Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Ajenti Control Panel & Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials","og_description":"Ajenti is a popular, lightweight, open-source, web based control panel for managing servers. It also comes with an easy-to-install addon package, called Ajenti V, that comes with plugins for managing emails, websites, domains and more. In this tutorial we&#8217;ll be installing Ajenti and Ajenti V on an Ubuntu 18.04 VPS. We&#8217;ll also add a domain [&hellip;]","og_url":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/","og_site_name":"Dracula Servers Tutorials","article_published_time":"2019-05-14T16:58:08+00:00","article_modified_time":"2021-11-14T19:58:28+00:00","og_image":[{"width":1024,"height":512,"url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png","type":"image\/png"}],"author":"Vlad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vlad","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#article","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/"},"author":{"name":"Vlad","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/931f7fa8b2126ace6edfb82775e0ec0e"},"headline":"How to Install Ajenti Control Panel &#038; Add a New Website on Ubuntu 18.04","datePublished":"2019-05-14T16:58:08+00:00","dateModified":"2021-11-14T19:58:28+00:00","mainEntityOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/"},"wordCount":1327,"commentCount":1,"publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png","keywords":["Ajenti"],"articleSection":["Hosting","Open-source","Ubuntu","Wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/","url":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/","name":"How to Install Ajenti Control Panel & Add a New Website on Ubuntu 18.04 - Dracula Servers Tutorials","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png","datePublished":"2019-05-14T16:58:08+00:00","dateModified":"2021-11-14T19:58:28+00:00","breadcrumb":{"@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#primaryimage","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2019\/05\/How-to-Install-Ajenti-Add-a-New-Website-on-Ubuntu-18.04.png","width":1024,"height":512,"caption":"ajenti_ubuntu_featured"},{"@type":"BreadcrumbList","@id":"https:\/\/draculaservers.com\/tutorials\/install-ajenti-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/draculaservers.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"How to Install Ajenti Control Panel &#038; Add a New Website on Ubuntu 18.04"}]},{"@type":"WebSite","@id":"https:\/\/draculaservers.com\/tutorials\/#website","url":"https:\/\/draculaservers.com\/tutorials\/","name":"Dracula Servers Tutorials","description":"Dedicated Servers","publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/draculaservers.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/draculaservers.com\/tutorials\/#organization","name":"Dracula Servers","url":"https:\/\/draculaservers.com\/tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","width":1625,"height":200,"caption":"Dracula Servers"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/931f7fa8b2126ace6edfb82775e0ec0e","name":"Vlad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","caption":"Vlad"},"description":"Tech Support","sameAs":["https:\/\/draculaservers.com"]}]}},"_links":{"self":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/1766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/comments?post=1766"}],"version-history":[{"count":1,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/1766\/revisions"}],"predecessor-version":[{"id":2105,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/1766\/revisions\/2105"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media\/1791"}],"wp:attachment":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media?parent=1766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/categories?post=1766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/tags?post=1766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}