Would you like to learn how to do an OTRS installation on Ubuntu Linux? In this tutorial, we are going to show you how to install, configure, and access OTRS on a computer running Ubuntu Linux.
• Ubuntu 20
• Ubuntu 19
• Ubuntu 18
• OTRS 6.0.29
OTRS – Related Tutorial:
On this page, we offer quick access to a list of tutorials related to OTRS.
Tutorial OTRS – Installation on Ubuntu Linux
Install the list of required applications.
Install the MariaDB database service.
Create a MariaDB configuration file.
Here is the file content.
Restart the MariaDB service.
Access the MariaDB service command-line.
Create a database named OTRS.
Give the MySQL user named OTRS permission over the database named OTRS.
In our example, the password kamisma123 was set to the MySQL user named OTRS.
Install the Apache webserver with PERL support.
Enable the required Apache modules.
Restart the Apache service.
Create a user account for the ORTS system.
Download and install the OTRS application.
Verify if all the required PERL modules were installed.
Here is the command output.
Create a new OTRS configuration file.
Edit the OTRS configuration file.
Enter the database configuration.
Edit the OTRS configuration script.
Locate and enable the MySQL Configuration.
Here is the file, before our configuration.
Here is the file, after our configuration.
Set the correct file permission on the OTRS directory.
Verify the permission of the directory.
Here is the command output.
Enable the OTRS application as an Apache virtual host.
Verify if all the required modules were installed.
Restart the Apache service.
You have finished the OTRS installation.
Tutorial OTRS – Web installer
Open your browser and enter the IP address of your web server plus /otrs/installer.pl.
In our example, the following URL was entered in the Browser:
• http://192.168.0.10/otrs/installer.pl
The OTRS web installation interface should be presented.
Click on the Next button and accept the license agreement.
Select the MySQL database type.
Select the option to use an existing database.
Enter the information required to connect to the OTRS database.
• User: otrs
• Password: kamisama123
• Host: 127.0.0.1
• Database name: otrs
Wait for the OTRS installation to finish.
Enter the information to identify your company.
Skip the email configuration.
Wait for the OTRS installation to finish and take note of the password displayed.
Prepare the scheduled tasks to run.
After finishing the installation, start the OTRS service.
Congratulations! The OTRS installation was finished successfully.
Tutorial OTRS – Dashboard access
Open your browser and enter the IP address of your web server plus /otrs/.
In our example, the following URL was entered in the Browser:
• http://192.168.0.10/otrs/
The OTRS web interface should be presented.
On the login screen, use the default username and the password you took note of.
• Default Username: root@localhost
• Password: yK410lwRxglOokwl
After a successful login, you will be sent to the OTRS Dashboard.
Congratulations! The OTRS installation was finished successfully.