{"id":13199,"date":"2022-06-18T09:30:44","date_gmt":"2022-06-18T06:30:44","guid":{"rendered":"https:\/\/kifarunix.com\/?p=13199"},"modified":"2024-03-09T15:07:38","modified_gmt":"2024-03-09T12:07:38","slug":"install-otrs-ticketting-system-on-rocky-linux","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-otrs-ticketting-system-on-rocky-linux\/","title":{"rendered":"Install OTRS Ticketting System on Rocky Linux"},"content":{"rendered":"\n<p>Welcome to our tutorial on how to install OTRS ticketting system on Rocky Linux. <a href=\"https:\/\/otrs.com\/product-otrs\/\" target=\"_blank\" rel=\"noreferrer noopener\">OTRS<\/a>, an acronym for Open Source Ticket Request System, is a flexible ticket request and process management system for customer services, Helpdesk, and IT services.<\/p>\n\n\n\n<p>OTRS ships with a comprehensive list of features that you can check them on the <a href=\"https:\/\/otrs.com\/product-otrs\/feature-list\/\" target=\"_blank\" rel=\"noreferrer noopener\">OTRS feature list page<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-otrs-ticketting-system-on-rocky-linux\">Install OTRS Ticketting System on Rocky Linux<\/h2>\n\n\n\n<p>OTRS is available as a commercial product as well as a community edition. In this tutorial, however, we will learn how to install OTRS community edition on Rocky Linux system by building it from the source.<\/p>\n\n\n\n<p>To begin with;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create OTRS system user account<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo useradd -r -m -d \/opt\/otrs -c \"OTRS User\" otrs<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install and enable additional repositories;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>dnf install epel-release<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>dnf config-manager --set-enabled powertools<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Required Build Tools<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>dnf install perl mod_perl mariadb-server perl-DBD-MySQL \\\nperl-TimeDate perl-Net-DNS perl-LDAP perl-IO-Socket-SSL perl-SOAP-Lite \\\nperl-Text-CSV_XS perl-JSON-XS perl-Apache-DBI perl-XML-LibXML \\\nperl-XML-LibXSLT perl-YAML perl-Archive-Zip perl-Crypt-Eksblowfish \\\nperl-Encode-HanExtra perl-Mail-IMAPClient perl-Template-Toolkit \\\nperl-Moo perl-NTLM perl-DBD-ODBC perl-DBD-Pg httpd expat-devel \\\npolicycoreutils-python-utils -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download latest OTRS Source Code from the <a href=\"https:\/\/otrscommunityedition.com\/downloads\/\" target=\"_blank\" rel=\"noreferrer noopener\">download&#8217;s page<\/a> and extract it to \/opt directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -qO- \\\nhttps:\/\/otrscommunityedition.com\/download\/otrs-community-edition-6.0.35.tar.gz \\\n| tar xz -C \/opt\/otrs --strip-components=1<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Next, run the OTRS Perl script to check if all required modules are in place.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>perl \/opt\/otrs\/bin\/otrs.CheckModules.pl<\/code><\/pre>\n\n\n\n<p>Sample command output;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>  o Apache::DBI......................ok (v1.12)\n  o Apache2::Reload..................ok (v0.13)\n  o Archive::Tar.....................ok (v2.30)\n  o Archive::Zip.....................ok (v1.60)\n  o Crypt::Eksblowfish::Bcrypt.......ok (v0.009)\n  o CSS::Minifier::XS................Not installed! To install, you can use: 'cpan CSS::Minifier::XS'. (optional - CSS::Minifier::XS - XS based CSS minifier, faster than pure Perl CSS::Minifier)\n  o Date::Format.....................ok (v2.24)\n  o DateTime.........................Not installed! To install, you can use: 'cpan DateTime'. (required)\n    o DateTime::TimeZone.............Not installed! To install, you can use: 'cpan DateTime::TimeZone'. (optional - Olson time zone database, required for correct time calculations.)\n  o DBI..............................ok (v1.641)\n  o DBD::mysql.......................ok (v4.046)\n  o DBD::ODBC........................ok (v1.61)\n  o DBD::Oracle......................Not installed! To install, you can use: 'cpan DBD::Oracle'. (optional - Required to connect to a Oracle database.)\n  o DBD::Pg..........................ok (v3.7.4)\n  o Digest::SHA......................ok (v6.02)\n  o Encode::HanExtra.................ok (v0.23)\n  o IO::Socket::SSL..................ok (v2.066)\n  o JSON::XS.........................ok (v3.04)\n  o JavaScript::Minifier::XS.........Not installed! To install, you can use: 'cpan JavaScript::Minifier::XS'. (optional - JavaScript::Minifier::XS - XS based JavaScript minifier, faster than pure Perl JavaScript::Minifier)\n  o List::Util::XS...................ok (v1.49)\n  o LWP::UserAgent...................ok (v6.64)\n  o Mail::IMAPClient.................ok (v3.42)\n    o IO::Socket::SSL................ok (v2.066)\n    o Authen::SASL...................ok (v2.16)\n    o Authen::NTLM...................ok (v1.09)\n  o ModPerl::Util....................ok (v2.000012)\n  o Moo..............................ok (v2.003004)\n  o Net::DNS.........................ok (v1.15)\n  o Net::LDAP........................ok (v0.66)\n  o Net::SMTP........................ok (v3.11)\n  o Template.........................ok (v2.29)\n  o Template::Stash::XS..............ok (undef)\n  o Text::CSV_XS.....................ok (v1.40)\n  o Time::HiRes......................ok (v1.9758)\n  o XML::LibXML......................ok (v2.0132)\n  o XML::LibXSLT.....................ok (v1.96)\n  o XML::Parser......................ok (v2.44)\n  o YAML::XS.........................Not installed! To install, you can use: 'cpan YAML::XS'. (required - Required for fast YAML processing.)\n<\/code><\/pre>\n\n\n\n<p>If any Perl module is missing, install using the package manager or CPAN.<\/p>\n\n\n\n<p>For example, from the output above, the following Perl Modules were not installed;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>CSS::Minifier::XS DateTime DateTime::TimeZone JavaScript::Minifier::XS YAML::XS<\/code><\/pre>\n\n\n\n<p>You can install them using CPAN;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cpan CSS::Minifier::XS DateTime DateTime::TimeZone JavaScript::Minifier::XS YAML::XS<\/code><\/pre>\n\n\n\n<p>Enter <strong>yes<\/strong> and proceed.<\/p>\n\n\n\n<p>Next, rerun the modules check command to see if any required perl module is missing;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>perl \/opt\/otrs\/bin\/otrs.CheckModules.pl<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>  o Apache::DBI......................ok (v1.12)\n  o Apache2::Reload..................ok (v0.13)\n  o Archive::Tar.....................ok (v2.30)\n  o Archive::Zip.....................ok (v1.60)\n  o Crypt::Eksblowfish::Bcrypt.......ok (v0.009)\n  o CSS::Minifier::XS................ok (v0.13)\n  o Date::Format.....................ok (v2.24)\n  o DateTime.........................ok (v1.58)\n    o DateTime::TimeZone.............ok (v2.52)\n  o DBI..............................ok (v1.641)\n  o DBD::mysql.......................ok (v4.046)\n  o DBD::ODBC........................ok (v1.61)\n  o DBD::Oracle......................Not installed! To install, you can use: 'cpan DBD::Oracle'. (optional - Required to connect to a Oracle database.)\n  o DBD::Pg..........................ok (v3.7.4)\n  o Digest::SHA......................ok (v6.02)\n  o Encode::HanExtra.................ok (v0.23)\n  o IO::Socket::SSL..................ok (v2.066)\n  o JSON::XS.........................ok (v3.04)\n  o JavaScript::Minifier::XS.........ok (v0.15)\n  o List::Util::XS...................ok (v1.49)\n  o LWP::UserAgent...................ok (v6.64)\n  o Mail::IMAPClient.................ok (v3.42)\n    o IO::Socket::SSL................ok (v2.066)\n    o Authen::SASL...................ok (v2.16)\n    o Authen::NTLM...................ok (v1.09)\n  o ModPerl::Util....................ok (v2.000012)\n  o Moo..............................ok (v2.003004)\n  o Net::DNS.........................ok (v1.15)\n  o Net::LDAP........................ok (v0.66)\n  o Net::SMTP........................ok (v3.11)\n  o Template.........................ok (v2.29)\n  o Template::Stash::XS..............ok (undef)\n  o Text::CSV_XS.....................ok (v1.40)\n  o Time::HiRes......................ok (v1.9758)\n  o XML::LibXML......................ok (v2.0132)\n  o XML::LibXSLT.....................ok (v1.96)\n  o XML::Parser......................ok (v2.44)\n  o YAML::XS.........................ok (v0.83)\n\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Activate the default OTRS configuration, <code>\/opt\/otrs\/Kernel\/Config.pm.dist<\/code>, by renaming it to remove the <strong><code>.dist<\/code><\/strong> extension;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>cp \/opt\/otrs\/Kernel\/Config.pm{.dist,}<\/code><\/pre>\n\n\n\n<p>Once you activate the configuration file, check if other required modules are okay;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>for i in cgi-bin\/index.pl cgi-bin\/customer.pl otrs.Console.pl; do \\\nperl -cw \/opt\/otrs\/bin\/$i; done<\/code><\/pre>\n\n\n\n<p>Sample Output;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/opt\/otrs\/bin\/cgi-bin\/index.pl syntax OK\n\/opt\/otrs\/bin\/cgi-bin\/customer.pl syntax OK\n\/opt\/otrs\/bin\/otrs.Console.pl syntax OK<\/code><\/pre>\n\n\n\n<p>Ensure everything is Okay before you can proceed.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run MySQL initial security script;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl enable --now mariadb<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql_secure_installation<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create OTRS Database and Database User<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql -u root -p -e \"create database otrsdb character set utf8 collate utf8_general_ci;\"<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql -u root -p -e \"grant all on otrsdb.* to otrsadmin@localhost identified by '<strong>ChangeME<\/strong>';\"<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql -u root -p -e \"flush privileges;\"<\/code><\/pre>\n\n\n\n<p>Update the database configuration with the settings below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>max_allowed_packet   = 64M\nquery_cache_size     = 32M\ninnodb_log_file_size = 256M<\/code><\/pre>\n\n\n\n<p>Please these lines within the <code>[mysqld]<\/code> section. Use the command below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sed -i.bak -e \\\n'\/\\&#91;mysqld\\]\/amax_allowed_packet   = 64M\\nquery_cache_size     = 32M\\ninnodb_log_file_size = 256M' \\\n\/etc\/my.cnf.d\/mariadb-server.cnf<\/code><\/pre>\n\n\n\n<p>Restart the database service;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart mariadb<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Setup Apache OTRS Site Configuration<\/li>\n<\/ul>\n\n\n\n<p>By default, OTRS ships with default Apache configuration, <code>\/opt\/otrs\/scripts\/apache2-httpd.include.conf<\/code>.<\/p>\n\n\n\n<p>Thus, instead of re-inventing the wheel, just link this configuration file to Apache sites-enabled directory to use it to serve OTRS.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ln -s \/opt\/otrs\/scripts\/apache2-httpd.include.conf \/etc\/httpd\/conf.d\/<\/code><\/pre>\n\n\n\n<p>Set the ownership of the \/opt\/otrs;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chown -R apache: \/opt\/otrs\/<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>usermod -aG apache otrs<\/code><\/pre>\n\n\n\n<p>Update OTRS Files Permissions<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/opt\/otrs\/bin\/otrs.SetPermissions.pl --web-group=apache<\/code><\/pre>\n\n\n\n<p>Check Apache configuration for any error and restart Apache Web Server;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>httpd -t<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart httpd<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update SELinux Policies<\/li>\n<\/ul>\n\n\n\n<p>Allow httpd to can network connect;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>setsebool -P httpd_can_network_connect 1<\/code><\/pre>\n\n\n\n<p>Allow httpd to can network connect db;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>setsebool -P httpd_can_network_connect_db 1<\/code><\/pre>\n\n\n\n<p>Allow Apache to write to OTRS directory.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chcon -R -t httpd_sys_rw_content_t \/opt\/otrs\/<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Finalize Setup of OTRS on Browser<\/h3>\n\n\n\n<p>Allow external access to Apache service;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>firewall-cmd --add-port=80\/tcp --permanent\nfirewall-cmd --reload<\/code><\/pre>\n\n\n\n<p>Next, access the OTRS installer via the <code><strong>http:\/\/HOST_IP_OR_DOMAIN\/otrs\/installer.pl<\/strong><\/code>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the first step, you need to Accept End User License Agreement. Thus click Next and scroll down and accept the license.<\/li>\n<\/ul>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/accept-otrs-eula.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1589\" height=\"678\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/accept-otrs-eula.png\" alt=\"Install OTRS Ticketting System on Rocky Linux\" class=\"wp-image-13180\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/accept-otrs-eula.png?v=1655390463 1589w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/accept-otrs-eula-768x328.png?v=1655390463 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/accept-otrs-eula-1536x655.png?v=1655390463 1536w\" sizes=\"(max-width: 1589px) 100vw, 1589px\" \/><\/figure><\/a><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Define OTRS database connections details created above. If you have not already created the database, you can choose to create a new one.<\/li>\n<\/ul>\n\n\n\n<p>Thus select &#8220;<strong>Use an existing database for OTRS<\/strong>&#8221; and proceed to define the database connection details.<\/p>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/create-otrs-database.png\" class=\"td-modal-image\"><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1557\" height=\"671\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/create-otrs-database.png\" alt=\"Install OTRS Ticketting System on Rocky Linux\" class=\"wp-image-13181\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/create-otrs-database.png?v=1655390514 1557w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/create-otrs-database-768x331.png?v=1655390514 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/create-otrs-database-1536x662.png?v=1655390514 1536w\" sizes=\"(max-width: 1557px) 100vw, 1557px\" \/><\/figure><\/div><\/a><\/div>\n\n\n\n<p>Once you enter the database connection settings, verify the connection before you can proceed.<\/p>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/check-otrs-database-connection.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1262\" height=\"628\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/check-otrs-database-connection.png\" alt=\"Install OTRS Ticketting System on Rocky Linux\" class=\"wp-image-13182\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/check-otrs-database-connection.png?v=1655390536 1262w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/check-otrs-database-connection-768x382.png?v=1655390536 768w\" sizes=\"(max-width: 1262px) 100vw, 1262px\" \/><\/figure><\/a><\/div>\n\n\n\n<p>The database setup will proceed when you click Next.<\/p>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-database-setup.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"548\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-database-setup.png\" alt=\"\" class=\"wp-image-13183\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-database-setup.png?v=1655390574 1264w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-database-setup-768x333.png?v=1655390574 768w\" sizes=\"(max-width: 1264px) 100vw, 1264px\" \/><\/figure><\/a><\/div>\n\n\n\n<p>Once it is done, click Next.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OTRS general and Mail settings;<\/li>\n<\/ul>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-general-setting-mail.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1274\" height=\"794\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-general-setting-mail.png\" alt=\"Install OTRS Ticketting System on Rocky Linux\" class=\"wp-image-13184\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-general-setting-mail.png?v=1655390601 1274w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-general-setting-mail-768x479.png?v=1655390601 768w\" sizes=\"(max-width: 1274px) 100vw, 1274px\" \/><\/figure><\/a><\/div>\n\n\n\n<p>Click Next to configure your email settings.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OTRS Login Credentials<\/li>\n<\/ul>\n\n\n\n<p>At the finish, you will see the OTRS login details.<\/p>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-login-credentials.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1279\" height=\"430\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-login-credentials.png\" alt=\"\" class=\"wp-image-13185\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-login-credentials.png?v=1655390632 1279w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-login-credentials-768x258.png?v=1655390632 768w\" sizes=\"(max-width: 1279px) 100vw, 1279px\" \/><\/figure><\/a><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OTRS Dashboard<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1895\" height=\"897\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-dashboard.png\" alt=\"\" class=\"wp-image-13186\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-dashboard.png?v=1655390755 1895w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-dashboard-768x364.png?v=1655390755 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/06\/otrs-dashboard-1536x727.png?v=1655390755 1536w\" sizes=\"(max-width: 1895px) 100vw, 1895px\" \/><\/figure>\n\n\n\n<p>If you see that the OTRS Daemon is not running, start the OTRS Daemon;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo -Hiu otrs \/opt\/otrs\/bin\/otrs.Daemon.pl start<\/code><\/pre>\n\n\n\n<p>Next, ensure that the OTRS cron jobs under <code>\/opt\/otrs\/var\/cron\/<\/code> exists without the <strong>.dist<\/strong> extension and start them;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo -Hiu otrs cp \/opt\/otrs\/var\/cron\/aaa_base{.dist,}<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo -Hiu otrs cp \/opt\/otrs\/var\/cron\/otrs_daemon{.dist,}<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo -Hiu otrs \/opt\/otrs\/bin\/Cron.sh start<\/code><\/pre>\n\n\n\n<p>And that is how you can easily install OTRS Ticketting System on Rocky Linux.<\/p>\n\n\n\n<p>Read more on the <a href=\"https:\/\/doc.otrs.com\/doc\/manual\/admin\/6.0\/en\/html\/administration.html\" target=\"_blank\" rel=\"noreferrer noopener\">administration page<\/a>.<\/p>\n\n\n\n<p>Other Tutorials<\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-zammad-ticketing-system-on-debian-11\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Zammad Ticketing System on Debian 11<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-otrs-ticketting-system-on-debian\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install OTRS Ticketting System on Debian 11<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our tutorial on how to install OTRS ticketting system on Rocky Linux. OTRS, an acronym for Open Source Ticket Request System, is a<\/p>\n","protected":false},"author":1,"featured_media":13188,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,1322],"tags":[5409,5421,5413,5415,5420],"class_list":["post-13199","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","category-ticketing-systems","tag-install-otrs-ticketting-system-on-rocky-linux","tag-open-source-ticket-systems-linux","tag-otrs","tag-otrs-ticket-system-linux","tag-rocky-linux-otrs-ticket-system","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/13199"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=13199"}],"version-history":[{"count":13,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/13199\/revisions"}],"predecessor-version":[{"id":20559,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/13199\/revisions\/20559"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/13188"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=13199"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=13199"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=13199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}