<?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>osticket Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/osticket/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 29 Jul 2020 22:46:33 +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>Deploy a  support ticketing system with osTicket on Ubuntu 20.04</title>
		<link>https://www.osradar.com/support-ticketing-system-osticket-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/support-ticketing-system-osticket-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 29 Jul 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[osticket]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22068</guid>

					<description><![CDATA[<p>Hi, folks. In this post, we will help you to install osTicket on Ubuntu 20.04. Every day there are many more applications for Linux and not only for leisure and fun but there are also administrative tools that help many companies to create and improve processes within them. A very common process is technical support [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/support-ticketing-system-osticket-ubuntu-20-04/">Deploy a  support ticketing system with osTicket on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Hi, folks. In this post, we will help you to install osTicket on Ubuntu 20.04.</strong></p>



<p>Every day there are many more applications for <a href="https://www.osradar.com/tag/linux/" target="_blank" rel="noreferrer noopener">Linux</a> and not only for leisure and fun but there are also administrative tools that help many companies to create and improve processes within them.</p>



<p>A very common process is technical support for computer equipment within the company. If you want to do it in an orderly and efficient way, it is convenient to use an application that manages this. That’s what osTicket is for.</p>



<p><a href="https://osticket.com/" target="_blank" rel="noreferrer noopener">OsTicket</a> is a web application that allows you to manage, handle, archive and process requests in the form of Tickets. This is not only limited to computer equipment but also allows having feedback from the users of our company.</p>



<p>So as you can notice, it is quite useful for serious and even educational projects.</p>



<p>So, let’s get started.</p>



<h2>Installing osTicket on Ubuntu 20.04</h2>



<p>To install osTicket, your web server must have PHP 5.6 (or better) and MySQL 5.0 (or better) installed. You will need one MySQL database with valid user, password and hostname handy during installation. MySQL user must have FULL privileges on the database. According to the <a aria-label="undefined (opens in a new tab)" href="https://docs.osticket.com/en/latest/Getting%20Started/Installation.html" target="_blank" rel="noreferrer noopener">osTicket Documentation</a>.</p>



<p>So, you have to install LAMP on Ubuntu.</p>



<p><a href="https://www.osradar.com/install-lamp-ubuntu-20-04/">How to install LAMP on Ubuntu 20.04?</a></p>



<p>In addition to LAMP, some PHP modules must be installed.</p>



<pre class="wp-block-preformatted">php7.4 php7.4-common php7.4-gmp php7.4-curl php7.4-mbstring php7.4-xmlrpc php7.4-mysql php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php-pear php7.4-zip php7.4-sqlite3 php7.4-snmp php-db graphviz php7.4-curl php7.4-ldap dbconfig-common php-imap php-intl php-apcu</pre>



<p>So, you can continue.</p>



<h3>1.- Create a new database for osTicket</h3>



<p>Now the next step is to create a new database and user for osTicket.</p>



<p>Access the MariaDB shell:</p>



<pre class="wp-block-preformatted">:~$ sudo mysql -u root -p</pre>



<p>And now, create the new database:</p>



<pre class="wp-block-preformatted">CREATE DATABASE ticket;</pre>



<p>Create the new user and assign him/her permissions on the new database:</p>



<pre class="wp-block-preformatted">GRANT ALL ON ticket.* TO 'ticketuser' IDENTIFIED BY 'ticketpss';</pre>



<p>Refresh the permissions and exit the console:</p>



<pre class="wp-block-preformatted">FLUSH PRIVILEGES;
exit;</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="951" height="343" src="https://www.osradar.com/wp-content/uploads/2020/07/1-12-e1596039508414.png" alt="1.- Creating a new database for osTicket" class="wp-image-22070" srcset="https://www.osradar.com/wp-content/uploads/2020/07/1-12-e1596039508414.png 951w, https://www.osradar.com/wp-content/uploads/2020/07/1-12-e1596039508414-300x108.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/1-12-e1596039508414-768x277.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/1-12-e1596039508414-696x251.png 696w" sizes="(max-width: 951px) 100vw, 951px" /><figcaption>1.- Creating a new database for osTicket</figcaption></figure>



<h3>2.- Download osTicket on Ubuntu 20.04</h3>



<p>Now you need to download the osTicket package, to do this create a new folder and make apache the owner of it.</p>



<pre class="wp-block-preformatted">:~$ sudo mkdir -p /var/www/osticket
:~$ sudo chown -R www-data:www-data /var/www/osticket</pre>



<p>Access the folder and change its permissions:</p>



<pre class="wp-block-preformatted">:~$ cd /var/www/osticket
:~$ sudo chmod 777 -R .</pre>



<p>So, with the help of the <a href="https://www.osradar.com/the-wget-command/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">wget command</a>, download osTicket.</p>



<pre class="wp-block-preformatted">:~$ wget -c https://github.com/osTicket/osTicket/releases/download/v1.14.2/osTicket-v1.14.2.zip
--2020-07-28 16:10:27-- https://github.com/osTicket/osTicket/releases/download/v1.14.2/osTicket-v1.14.2.zip
Resolving github.com (github.com)… 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/12063996/c997e300-8968-11ea-8fec-0b47ad0296b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200728%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20200728T161028Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=5f5f1cb2a51ede11623bf17e438e8c529f8189e245d82795f341f7669712b4a3&amp;X-Amz-SignedHeaders=host&amp;actor_id=0&amp;repo_id=12063996&amp;response-content-disposition=attachment%3B%20filename%3DosTicket-v1.14.2.zip&amp;response-content-type=application%2Foctet-stream [following]
--2020-07-28 16:10:28-- https://github-production-release-asset-2e65be.s3.amazonaws.com/12063996/c997e300-8968-11ea-8fec-0b47ad0296b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200728%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20200728T161028Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=5f5f1cb2a51ede11623bf17e438e8c529f8189e245d82795f341f7669712b4a3&amp;X-Amz-SignedHeaders=host&amp;actor_id=0&amp;repo_id=12063996&amp;response-content-disposition=attachment%3B%20filename%3DosTicket-v1.14.2.zip&amp;response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)… 52.216.97.83
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.97.83|:443… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 51297408 (49M), 44412596 (42M) remaining [application/octet-stream]
Saving to: ‘osTicket-v1.14.2.zip’
osTicket-v1.14.2.zip 100%[+++++++++++==========================================================================>] 48.92M 53.3KB/s in 21m 12s
2020-07-28 16:31:42 (34.1 KB/s) - ‘osTicket-v1.14.2.zip’ saved [51297408/51297408]</pre>



<p>Next, unzip the file.</p>



<pre class="wp-block-preformatted">:~$ unzip osTicket-v1.14.1.zip</pre>



<p><em><strong>Note: If you do not have unzip installed, you can do it by running the command sudo apt install unzip</strong></em></p>



<p>The next step is to enable the default settings:</p>



<pre class="wp-block-preformatted">:~$ sudo cp upload/include/ost-sampleconfig.php upload/include/ost-config.php</pre>



<p>Also, change the owner of the newly generated folder:</p>



<pre class="wp-block-preformatted">:~$ sudo chown -R www-data:www-data /var/www/osticket</pre>



<p>Now create a new VirtualHost for osTicket:</p>



<pre class="wp-block-preformatted">:~$ sudo nano /etc/apache2/sites-available/osticket.conf</pre>



<p>And add the following content:</p>



<pre class="wp-block-preformatted">&lt;VirtualHost *:80&gt;
ServerAdmin admin@your_domain.com
DocumentRoot /var/www/osticket/upload
ServerName ticket.osradar.lan

&lt;Directory /var/www/osticket/upload&gt;
     Options FollowSymlinks
     AllowOverride All
     Require all granted
&lt;/Directory&gt;
ErrorLog ${APACHE_LOG_DIR}/ticket.osradar.lan_error.log
CustomLog ${APACHE_LOG_DIR}/ticket.osradar.lan_access.log combined
&lt;/VirtualHost&gt;
</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="931" height="351" src="https://www.osradar.com/wp-content/uploads/2020/07/3-12.png" alt="2.- Creating a new VirtualHost for osTicket" class="wp-image-22071" srcset="https://www.osradar.com/wp-content/uploads/2020/07/3-12.png 931w, https://www.osradar.com/wp-content/uploads/2020/07/3-12-300x113.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/3-12-768x290.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/3-12-696x262.png 696w" sizes="(max-width: 931px) 100vw, 931px" /><figcaption>2.- Creating a new VirtualHost for osTicket</figcaption></figure>



<p>Change the value of ServerName to your own. Then save the changes and close the editor.</p>



<p>Then, enable the new VirtualHost:</p>



<pre class="wp-block-preformatted">:~$ sudo ln -s /etc/apache2/sites-available/osticket.conf /etc/apache2/sites-enabled/osticket.conf</pre>



<p>Enables Apache&#8217;s rewrite module:</p>



<pre class="wp-block-preformatted">:~$ sudo a2enmod rewrite</pre>



<p>So, to apply the changes, restart Apache.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl restart apache2</pre>



<p>And finally, change the permissions on the osTicket configuration file.</p>



<pre class="wp-block-preformatted">:~$ sudo chmod 0644 /var/www/osticket/upload/include/ost-config.php</pre>



<p>Now, complete the installation.</p>



<h3>3.- Install osTicket on Ubuntu 20.04</h3>



<p>Now open your browser and access your osTicket server.</p>



<p>You will see the following screen where the server will be analyzed:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/07/4-7-1024x505.png" alt="3.- osTicket first screen" class="wp-image-22072" srcset="https://www.osradar.com/wp-content/uploads/2020/07/4-7-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/4-7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/4-7-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/4-7-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/4-7-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/4-7.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- osTicket first screen</figcaption></figure>



<p>In the next screen you will have the configuration settings you have to define:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/07/5-6-1024x505.png" alt="5.-osTicket installation on Ubuntu 20.04" class="wp-image-22073" srcset="https://www.osradar.com/wp-content/uploads/2020/07/5-6-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/5-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/5-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/5-6-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/5-6-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/5-6.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.-osTicket installation on Ubuntu 20.04</figcaption></figure>



<p>If everything went well, you will see this screen:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/07/6-2-1024x505.png" alt="6.- osTicket properly installed" class="wp-image-22074" srcset="https://www.osradar.com/wp-content/uploads/2020/07/6-2-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/6-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/6-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/6-2-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/6-2-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/6-2.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- osTicket properly installed</figcaption></figure>



<p>There you have the links for the site as for the dashboard.</p>



<p>If you are going to access the administration panel, first you have to log in:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/07/7-2-1024x505.jpg" alt="6.- osTicket login" class="wp-image-22075" srcset="https://www.osradar.com/wp-content/uploads/2020/07/7-2-1024x505.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/07/7-2-300x148.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/07/7-2-768x379.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/07/7-2-696x343.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/07/7-2-1068x527.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/07/7-2.jpg 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- osTicket login</figcaption></figure>



<p>And finally, you will see all the administration panel.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/07/8-2-1024x505.png" alt="7.- osTicket on Ubuntu 20.04" class="wp-image-22076" srcset="https://www.osradar.com/wp-content/uploads/2020/07/8-2-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/8-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/8-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/8-2-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/8-2-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/8-2.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- osTicket on Ubuntu 20.04</figcaption></figure>



<p>Congratulation osTicket is correctly installed.</p>



<h2>Conclusion</h2>



<p>osTicket helps us to deploy a user management system easily. It is a serious application that has many different users around the world. Now that you know how to install it on a server with Ubuntu 20.04, you just have to test it.</p>



<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/support-ticketing-system-osticket-ubuntu-20-04/">Deploy a  support ticketing system with osTicket on Ubuntu 20.04</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/support-ticketing-system-osticket-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
