<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ajenti Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ajenti/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 26 Jun 2021 18:42:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Ajenti Control Panel on Ubuntu 20.04 / Debian 10</title>
		<link>https://www.osradar.com/install-ajenti-control-panel-ubuntu-debian/</link>
					<comments>https://www.osradar.com/install-ajenti-control-panel-ubuntu-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 28 Jun 2021 23:51:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[admin panel]]></category>
		<category><![CDATA[ajenti]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27112</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Ajenti on Ubuntu 20.04 / Debian 10. The process is so quick and easy that you will be surprised. I&#8217;m sure you will be surprised. According to the project website: Ajenti is An admin&#8217;s tool for a more civilized age, providing you with a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ajenti-control-panel-ubuntu-debian/">Install Ajenti Control Panel on Ubuntu 20.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, you will learn how to install Ajenti on Ubuntu 20.04 / Debian 10. The process is so quick and easy that you will be surprised. I&#8217;m sure you will be surprised.</p>



<p>According to the <a href="https://ajenti.org/" target="_blank" rel="noreferrer noopener">project website</a>:</p>



<blockquote class="wp-block-quote"><p>Ajenti is An admin&#8217;s tool for a more civilized age, providing you with a fast and secure way to manage a remote Linux box at any time using everyday tools like a web terminal, text editor, file manager and others.</p></blockquote>



<p>The application is open source but has two licenses. An open one that we can use in personal projects but if you want to use it in production environments then it becomes paid.</p>



<p>In any case, we are talking about a solid, robust project that is always active. Thanks to being created with state-of-the-art technology such as Python, Angular.JS, or GEvent the application does not consume many resources. This makes it ideal for almost any environment.</p>



<h2>Install Ajenti Control Panel on Ubuntu 20.04 / Debian 10</h2>



<p>There are two ways to install Ajenti. One is through an automated script that makes the process bearable. The other is by hand which is a little more tedious but not too difficult either.</p>



<h3>Method 1</h3>



<p>First, open a terminal or start an SSH session and update the system</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>And then execute this command to download and run the script</p>



<pre class="wp-block-preformatted">curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -</pre>



<p>With this script, you can make an automatic installation of Ajenti and it is a very easy and safe method.</p>



<h3>Method 2:</h3>



<p>However, there is a manual installation method that can be used on other operating systems and gives more control over the process.</p>



<p>So, install the necessary dependencies:</p>



<pre class="wp-block-preformatted">sudo apt-get install build-essential python3-pip python3-dev python3-lxml libssl-dev python3-dbus python3-augeas python3-apt ntpdate</pre>



<p>Then, update <a href="https://www.osradar.com/how-to-install-pip-on-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">PIP</a>.</p>



<pre class="wp-block-preformatted">sudo pip3 install setuptools pip wheel -U</pre>



<p>And finally install Ajenti using the following command:</p>



<pre class="wp-block-preformatted">sudo pip3 install ajenti-panel ajenti.plugin.augeas ajenti.plugin.auth-users ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.datetime ajenti.filemanager ajenti.plugin filesystem ajenti.plugin.network ajenti.plugin.notepad ajenti.plugin.packages ajenti.plugin.passwd ajenti.plugin.plugins ajenti.power ajenti.plugin.services ajenti.plugin.settings ajenti.plugin.terminal</pre>



<p>You will receive a message like this at the end of the execution.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="172" src="https://www.osradar.com/wp-content/uploads/2020/12/0-1024x172.png" alt="1.- Ajenti installed" class="wp-image-27166" srcset="https://www.osradar.com/wp-content/uploads/2020/12/0-1024x172.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/0-300x50.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/0-768x129.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/0-696x117.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/0-1068x179.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/0.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Ajenti installed</figcaption></figure>



<p>You can now manage Ajenti as a system service using systemctl</p>



<p>Then, you can open it with the following address <code>https://your-server:8000</code> and you will see the Login screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/1-13-1024x525.png" alt="2.- Ajenti Login screen" class="wp-image-27167" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-13-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/1-13-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-13-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-13-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/1-13-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/1-13.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Ajenti Login screen</figcaption></figure>



<p>Enter the credentials of any user of the system and finally, you will see the dashboard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/2-12-1024x525.png" alt="3.- Ajenti dashboard" class="wp-image-27169" srcset="https://www.osradar.com/wp-content/uploads/2020/12/2-12-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/2-12-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/2-12-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/2-12-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/2-12-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/2-12.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Ajenti dashboard</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>Ajentni is an interesting project that provides us with a quite simple and powerful control panel. Thanks to Python and Javascript we have a modern application that will help us with our servers.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ajenti-control-panel-ubuntu-debian/">Install Ajenti Control Panel on Ubuntu 20.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-ajenti-control-panel-ubuntu-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Ajenti Control Panel on Ubuntu 18.04 and Linux Mint 19</title>
		<link>https://www.osradar.com/install-ajenti-control-panel-on-ubuntu-18-04-and-linux-mint-19/</link>
					<comments>https://www.osradar.com/install-ajenti-control-panel-on-ubuntu-18-04-and-linux-mint-19/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 09 Feb 2019 12:22:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[ajenti]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10601</guid>

					<description><![CDATA[<p>Many systems need a unique interface to be able to manage them. However, when we talk about servers, we find that they do not have a graphical interface for security reasons. In addition, not having a graphical interface on the server makes it better manage the resources of it devoting more to services and applications. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ajenti-control-panel-on-ubuntu-18-04-and-linux-mint-19/">Install Ajenti Control Panel on Ubuntu 18.04 and Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Many systems need a unique interface to be able to manage them. However, when we talk about servers, we find that they do not have a graphical interface for security reasons. In addition, not having a graphical interface on the server makes it better manage the resources of it devoting more to services and applications. On the other hand, it is much simpler to manage all the processes and information of a server using a graphical interface. So, that is why today I will show you how to install Ajenti in Ubuntu 18.04.</p>
<p><a href="http://ajenti.org/" rel="noopener">Ajenti</a> is a system administration panel compatible with many of the Linux distributions that exist. It is written in <a href="https://www.osradar.com/get-the-latest-python-on-linux/" rel="noopener">Python</a> and requires very few resources. So, it is a great tool if we want to <a href="https://www.osradar.com/using-gotop-a-graphical-system-monitor/" rel="noopener">monitor</a> the status and services of our system with a nice graphical interface, responsive and very functional. Of course, it is open source, under the <a href="https://opensource.org/licenses/BSD-3-Clause" rel="noopener">BSD</a> license which makes its source code be studied by those who want.</p>
<p>On the other hand, the application has a very friendly front-end created with Angular.js. This makes it compatible with most current browsers.</p>
<p>So, let us install Ajenti on Ubuntu 18.04 or Linux Mint 19.</p>
<h2>1. Upgrade the system</h2>
<p>It is always a good idea to update your system to receive the latest security updates. With this, you will have a more robust system and ready for action.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p><figure id="attachment_10642" aria-describedby="caption-attachment-10642" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10642" src="https://www.osradar.com/wp-content/uploads/2019/02/1-6.png" alt="1.- Upgrade the system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/1-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/1-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10642" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>&nbsp;</p>
<p>Now, with the updated system, it is possible to continue with the installation without problems.</p>
<h2>2.- Install required packages and add the external repository</h2>
<p>Before installing Ajenti in Ubuntu it is necessary to install two necessary packages to do it. The first one is wget that will help us to download a file to add the repository. So, let us do it.</p>
<pre class="">:~$ sudo apt install wget</pre>
<p>The other package we must install as a dependency is python-imaging.</p>
<pre class="">:~$ wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_4.1.1-3build2_all.deb
:~$ sudo dpkg -i python-imaging_4.1.1-3build2_all.deb</pre>
<p><figure id="attachment_10643" aria-describedby="caption-attachment-10643" style="width: 1344px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10643" src="https://www.osradar.com/wp-content/uploads/2019/02/2-6.png" alt="2.- Download the required package" width="1344" height="244" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-6.png 1344w, https://www.osradar.com/wp-content/uploads/2019/02/2-6-300x54.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-6-768x139.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-6-1024x186.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-6-696x126.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-6-1068x194.png 1068w" sizes="(max-width: 1344px) 100vw, 1344px" /><figcaption id="caption-attachment-10643" class="wp-caption-text">2.- Download the required package</figcaption></figure></p>
<p><figure id="attachment_10644" aria-describedby="caption-attachment-10644" style="width: 804px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10644" src="https://www.osradar.com/wp-content/uploads/2019/02/3-6.png" alt="3.- Install python-imaging" width="804" height="198" srcset="https://www.osradar.com/wp-content/uploads/2019/02/3-6.png 804w, https://www.osradar.com/wp-content/uploads/2019/02/3-6-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/3-6-768x189.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/3-6-696x171.png 696w" sizes="(max-width: 804px) 100vw, 804px" /><figcaption id="caption-attachment-10644" class="wp-caption-text">3.- Install python-imaging</figcaption></figure></p>
<p>After that, it is necessary to add the GPG key from the Ajenti repository to further improve package security and integrity.</p>
<pre class="">:~$ wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -</pre>
<p>Then, run the following command to add the Ajenti repository to the system repository list.</p>
<pre class="">:~$ echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee /etc/apt/sources.list.d/ajenti.list</pre>
<p><figure id="attachment_10645" aria-describedby="caption-attachment-10645" style="width: 1351px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10645" src="https://www.osradar.com/wp-content/uploads/2019/02/4-5.png" alt="4.- Adding the repository" width="1351" height="358" srcset="https://www.osradar.com/wp-content/uploads/2019/02/4-5.png 1351w, https://www.osradar.com/wp-content/uploads/2019/02/4-5-300x79.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/4-5-768x204.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/4-5-1024x271.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/4-5-696x184.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/4-5-1068x283.png 1068w" sizes="(max-width: 1351px) 100vw, 1351px" /><figcaption id="caption-attachment-10645" class="wp-caption-text">4.- Adding the repository</figcaption></figure></p>
<p>Finally, install Ajenti.</p>
<pre class="">:~$ sudo apt update
:~$ sudo apt install ajenti</pre>
<p><figure id="attachment_10646" aria-describedby="caption-attachment-10646" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10646" src="https://www.osradar.com/wp-content/uploads/2019/02/5-6.png" alt="5.- Install ajenti on Ubuntu 18.04" width="1366" height="444" srcset="https://www.osradar.com/wp-content/uploads/2019/02/5-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-768x250.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-1024x333.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-696x226.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-1068x347.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/5-6-1292x420.png 1292w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10646" class="wp-caption-text">5.- Install ajenti on Ubuntu 18.04</figcaption></figure></p>
<p>After that, you have to enable and start the service. You can also check the service status. To do it, run these commands.</p>
<pre class="">:~$ sudo systemctl enable ajenti
:~$ sudo systemctl start ajenti
:~$ sudo systemctl status ajenti</pre>
<p><figure id="attachment_10647" aria-describedby="caption-attachment-10647" style="width: 1212px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10647" src="https://www.osradar.com/wp-content/uploads/2019/02/6-5.png" alt="6.- Check the service status" width="1212" height="503" srcset="https://www.osradar.com/wp-content/uploads/2019/02/6-5.png 1212w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-300x125.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-768x319.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-1024x425.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-696x289.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-1068x443.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/6-5-1012x420.png 1012w" sizes="(max-width: 1212px) 100vw, 1212px" /><figcaption id="caption-attachment-10647" class="wp-caption-text">6.- Check the service status</figcaption></figure></p>
<p>Ajenti runs through the port <code>8000</code>. So, if you are using a Firewall, remember to open that port.</p>
<p>So, you can open the web browser and go to <code>http://SERVER_IP:8000</code>.</p>
<p><figure id="attachment_10648" aria-describedby="caption-attachment-10648" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10648" src="https://www.osradar.com/wp-content/uploads/2019/02/7-5.png" alt="7.- Ajenti log in" width="1354" height="381" srcset="https://www.osradar.com/wp-content/uploads/2019/02/7-5.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/7-5-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/7-5-768x216.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/7-5-1024x288.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/7-5-696x196.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/7-5-1068x301.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10648" class="wp-caption-text">7.- Ajenti log in</figcaption></figure></p>
<h2>3. Install Ajenti V Plugin</h2>
<p>Ajenti V plugin is a set of plugins that are installed to Ajenti and increase its power. Thanks to this you will be able to manage <a href="https://www.osradar.com/install-mysql-8-0-on-fedora-29-28-centos-rhel-7-6-6-10/" rel="noopener">MySQL</a> or <a href="https://www.osradar.com/tag/apache" rel="noopener">Apache</a> and it is very useful. To do so, execute the following command:</p>
<pre class="">:~$ sudo apt install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php7.2-fpm php7.2-mysql</pre>
<p><figure id="attachment_10649" aria-describedby="caption-attachment-10649" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10649" src="https://www.osradar.com/wp-content/uploads/2019/02/8-6.png" alt="8.- Install the Ajenti V plugin" width="1366" height="446" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-768x251.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-1024x334.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-696x227.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-1068x349.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/8-6-1286x420.png 1286w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10649" class="wp-caption-text">8.- Install the Ajenti V plugin</figcaption></figure></p>
<p>So, restart Ajenti.</p>
<pre class="">:~$ sudo systemctl restart ajenti</pre>
<p>And go back to the web browser to log in. The user is <strong>root</strong> and the password is <strong>admin</strong>.</p>
<p><figure id="attachment_10650" aria-describedby="caption-attachment-10650" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10650" src="https://www.osradar.com/wp-content/uploads/2019/02/9-6.png" alt="9.- Credentials" width="1354" height="381" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-6.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/9-6-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-6-768x216.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-6-1024x288.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/9-6-696x196.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/9-6-1068x301.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10650" class="wp-caption-text">9.- Credentials</figcaption></figure></p>
<p>Now, you will see this screen. In it, you have the main info system.</p>
<p><figure id="attachment_10651" aria-describedby="caption-attachment-10651" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10651" src="https://www.osradar.com/wp-content/uploads/2019/02/10-6.png" alt="10.- Main screen" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/10-6.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/10-6-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10651" class="wp-caption-text">10.- Main screen</figcaption></figure></p>
<p>After that, you can also see the plugins section.</p>
<p><figure id="attachment_10652" aria-describedby="caption-attachment-10652" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10652" src="https://www.osradar.com/wp-content/uploads/2019/02/11-3.png" alt="11.- Plugins" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/11-3.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/11-3-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10652" class="wp-caption-text">11.- Plugins</figcaption></figure></p>
<p>You also have a utility that will allow you to use a small program of notes in the application.</p>
<p><figure id="attachment_10653" aria-describedby="caption-attachment-10653" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10653" src="https://www.osradar.com/wp-content/uploads/2019/02/12-3.png" alt="12.- Notes" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/12-3.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/12-3-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10653" class="wp-caption-text">12.- Notes</figcaption></figure></p>
<p>So, you can also manage a MySQL instance.</p>
<p><figure id="attachment_10654" aria-describedby="caption-attachment-10654" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10654" src="https://www.osradar.com/wp-content/uploads/2019/02/13-3.png" alt="13.- MySQL window" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/13-3.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/13-3-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10654" class="wp-caption-text">13.- MySQL window</figcaption></figure></p>
<p>Or you can manage the Firewall.</p>
<p><figure id="attachment_10655" aria-describedby="caption-attachment-10655" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10655" src="https://www.osradar.com/wp-content/uploads/2019/02/14-4.png" alt="14.- Firewall section" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/14-4.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/14-4-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10655" class="wp-caption-text">14.- Firewall section</figcaption></figure></p>
<p>There is also a File manager utility.</p>
<p><figure id="attachment_10656" aria-describedby="caption-attachment-10656" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10656" src="https://www.osradar.com/wp-content/uploads/2019/02/15-4.png" alt="15.- File manager" width="1354" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/15-4.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/15-4-849x420.png 849w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10656" class="wp-caption-text">15.- File manager</figcaption></figure></p>
<p>So, that&#8217;s it. Enjoy Ajenti.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ajenti-control-panel-on-ubuntu-18-04-and-linux-mint-19/">Install Ajenti Control Panel on Ubuntu 18.04 and Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-ajenti-control-panel-on-ubuntu-18-04-and-linux-mint-19/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
