<?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>MyBB Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mybb/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 26 Feb 2019 14:57:11 +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>How to install MyBB on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-mybb-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-mybb-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 14:57:11 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[MyBB]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11112</guid>

					<description><![CDATA[<p>Using mechanisms to deploy forums can be very useful in the field of education. It can even be a great idea for a company. That is why, in this post, I will show you how to install MyBB on Ubuntu 18.04. MyBB is an open source application that is developed in PHP that supports multiple [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mybb-on-ubuntu-18-04/">How to install MyBB on Ubuntu 18.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>Using mechanisms to deploy forums can be very useful in the field of education. It can even be a great idea for a company. That is why, in this post, I will show you how to install MyBB on Ubuntu 18.04.</p>
<p><a href="https://mybb.com/" rel="noopener">MyBB</a> is an open source application that is developed in PHP that supports multiple database handlers such as <a href="https://www.osradar.com/optimize-mysql-mariadb-on-linux/" rel="noopener">MySQL</a>, <a href="https://www.osradar.com/postgresql-opensuse-15/" rel="noopener">PostgreSQL</a>, and SQLite. Its main objective is to deploy forums and blog content. That is to say, it is a CMS with more advantages.</p>
<p>There are many features that make MyBB so special. For example, it is very extensible, thanks to its large community and plugins. Besides, the language will not be a problem because it supports more than 30. That is, it is a powerful tool but with good community support.</p>
<p>So, let us start.</p>
<h2>1.- Install Apache web server and PHP</h2>
<p>As you can imagine, MyBB requires a functional web server. So the first step is to install the Apache web server. Note that it is also possible to use <a href="https://www.osradar.com/install-nginx-from-the-source-code-ubuntu-18-04/" rel="noopener">Nginx</a>.</p>
<pre>:~$ sudo apt install apache2</pre>
<figure id="attachment_11113" aria-describedby="caption-attachment-11113" style="width: 1085px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11113" src="https://www.osradar.com/wp-content/uploads/2019/02/1-19.png" alt="1.- Install apache" width="1085" height="318" srcset="https://www.osradar.com/wp-content/uploads/2019/02/1-19.png 1085w, https://www.osradar.com/wp-content/uploads/2019/02/1-19-300x88.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/1-19-768x225.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/1-19-1024x300.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/1-19-696x204.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/1-19-1068x313.png 1068w" sizes="(max-width: 1085px) 100vw, 1085px" /><figcaption id="caption-attachment-11113" class="wp-caption-text">1.- Install apache</figcaption></figure>
<p>Ubuntu starts and enables the service automatically. Now, we have to install PHP. The basic requirements indicate that it supports PHP 5.2 onwards, but its developers recommend at least PHP 7.2. Let us install it.</p>
<pre>:~$ sudo apt install php php-xml php-mbstring libapache2-mod-php php-mysql php-mbstring php-gd php-zip php-json</pre>
<figure id="attachment_11114" aria-describedby="caption-attachment-11114" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11114" src="https://www.osradar.com/wp-content/uploads/2019/02/2-17.png" alt="2.- Install PHP" width="1365" height="363" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-17.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/2-17-300x80.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-17-768x204.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-17-1024x272.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-17-696x185.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-17-1068x284.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11114" class="wp-caption-text">2.- Install PHP</figcaption></figure>
<p>Finally, restart Apache.</p>
<pre>:~$ sudo systemctl restart apache2</pre>
<h2>2. Install MySQL</h2>
<p>It is not necessary to have an SQL database manager to enjoy MyBB. However, we will. So we will install MySQL.</p>
<pre>:~$ sudo apt install mysql-server</pre>
<figure id="attachment_11115" aria-describedby="caption-attachment-11115" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11115" src="https://www.osradar.com/wp-content/uploads/2019/02/3-17.png" alt="3.- Install MySQL" width="1365" height="390" srcset="https://www.osradar.com/wp-content/uploads/2019/02/3-17.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/3-17-300x86.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/3-17-768x219.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/3-17-1024x293.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/3-17-696x199.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/3-17-1068x305.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11115" class="wp-caption-text">3.- Install MySQL</figcaption></figure>
<p>After that, you need to define the root password and other settings. So run the <code>mysql_secure_installation</code> script.</p>
<pre>:~$ sudo mysql_secure_installation</pre>
<figure id="attachment_11116" aria-describedby="caption-attachment-11116" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11116" src="https://www.osradar.com/wp-content/uploads/2019/02/4-13.png" alt="4.- Using the mysql_secure_installation script" width="1365" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/02/4-13.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/4-13-747x420.png 747w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11116" class="wp-caption-text">4.- Using the mysql_secure_installation script</figcaption></figure>
<p>After defining a password for the root user, you will be asked other configuration questions. We recommend that you read them carefully and give your answers. We have answered like this, Y, N, Y, Y.</p>
<p>The, create the database and the new user for MyBB.</p>
<pre>:~$ sudo mysql -u root -p
CREATE DATABASE mybbdb;
GRANT ALL PRIVILEGES ON mybbdb.* TO 'mybbuser'@'localhost' IDENTIFIED BY 'mybbPSS123';
FLUSH PRIVILEGES;
exit;</pre>
<figure id="attachment_11117" aria-describedby="caption-attachment-11117" style="width: 924px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11117" src="https://www.osradar.com/wp-content/uploads/2019/02/5-15.png" alt="5.- creating the database and user for MyBB" width="924" height="479" srcset="https://www.osradar.com/wp-content/uploads/2019/02/5-15.png 924w, https://www.osradar.com/wp-content/uploads/2019/02/5-15-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/5-15-768x398.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/5-15-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/5-15-810x420.png 810w" sizes="(max-width: 924px) 100vw, 924px" /><figcaption id="caption-attachment-11117" class="wp-caption-text">5.- creating the database and user for MyBB</figcaption></figure>
<p>So, that is all with MySQL.</p>
<h2>3. Download and install MyBB</h2>
<p>Now we can download it from the project website. Currently, the last stable version is 1.8.19.</p>
<pre>:~$ cd /tmp/
:~$ wget https://resources.mybb.com/downloads/mybb_1819.zip</pre>
<figure id="attachment_11118" aria-describedby="caption-attachment-11118" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11118" src="https://www.osradar.com/wp-content/uploads/2019/02/6-14.png" alt="6.- Download MyBB" width="1365" height="320" srcset="https://www.osradar.com/wp-content/uploads/2019/02/6-14.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/6-14-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/6-14-768x180.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/6-14-1024x240.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/6-14-696x163.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/6-14-1068x250.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11118" class="wp-caption-text">6.- Download MyBB</figcaption></figure>
<p>After that, decompress it on <code>/var/www/html</code>.</p>
<pre>:~$ unzip mybb_1819.zip -d mybb</pre>
<p>Then, move it to the Apache web root and set the proper permissions to the folder.</p>
<pre>:~$ sudo mv mybb /var/www/html/
:~$ sudo chown -R www-data:www-data /var/www/html/mybb/
:~$ sudo chmod -R 775 /var/www/html/mybb/</pre>
<figure id="attachment_11119" aria-describedby="caption-attachment-11119" style="width: 813px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11119" src="https://www.osradar.com/wp-content/uploads/2019/02/7-14.png" alt="7.- Setting the properly permission to the folder" width="813" height="146" srcset="https://www.osradar.com/wp-content/uploads/2019/02/7-14.png 813w, https://www.osradar.com/wp-content/uploads/2019/02/7-14-300x54.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/7-14-768x138.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/7-14-696x125.png 696w" sizes="(max-width: 813px) 100vw, 813px" /><figcaption id="caption-attachment-11119" class="wp-caption-text">7.- Setting the proper permission to the folder</figcaption></figure>
<p>Finally, create a new <a href="https://www.osradar.com/how-to-configure-an-apache-virtual-host-on-debian-9/">virtualhost</a> for MyBB.</p>
<pre>:~$ sudo nano /etc/apache2/sites-available/mybb.conf</pre>
<p>And add the following.</p>
<pre>&lt;VirtualHost *:80&gt;
ServerAdmin admin@your-domain.com
DocumentRoot /var/www/html/mybb/Upload/
ServerName your-domain.com
ServerAlias www.your-domain.com

&lt;Directory /var/www/html/mybb/Upload/&gt;
      Options FollowSymLinks
      AllowOverride All
      Order allow,deny
      allow from all
&lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<figure id="attachment_11123" aria-describedby="caption-attachment-11123" style="width: 868px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-11123 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/8-3223.png" alt="8.- Creating the new virtualhost" width="868" height="368" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-3223.png 868w, https://www.osradar.com/wp-content/uploads/2019/02/8-3223-300x127.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-3223-768x326.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-3223-696x295.png 696w" sizes="(max-width: 868px) 100vw, 868px" /><figcaption id="caption-attachment-11123" class="wp-caption-text">8.- Creating the new virtualhost</figcaption></figure>
<p>Enable the new configuration and the rewrite module. Next, restart apache.</p>
<pre>:~$ sudo a2ensite mybb.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<figure id="attachment_11121" aria-describedby="caption-attachment-11121" style="width: 980px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11121" src="https://www.osradar.com/wp-content/uploads/2019/02/9-12.png" alt="9.- Enabling the virtualhost" width="980" height="197" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-12.png 980w, https://www.osradar.com/wp-content/uploads/2019/02/9-12-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-12-768x154.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-12-696x140.png 696w" sizes="(max-width: 980px) 100vw, 980px" /><figcaption id="caption-attachment-11121" class="wp-caption-text">9.- Enabling the virtualhost</figcaption></figure>
<h2>4. Complete the installation on the web browser</h2>
<p>Finally, open your web browser and access your server to complete the installation. First, the welcome screen. Click on the next button.</p>
<figure id="attachment_11124" aria-describedby="caption-attachment-11124" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="wp-image-11124 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/10-13.png" alt="10.- Install MyBB on ubuntu" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/10-13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/10-13-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11124" class="wp-caption-text">10.- Install MyBB on ubuntu</figcaption></figure>
<p>Now, you have to accept the license. Click on the next button.</p>
<figure id="attachment_11125" aria-describedby="caption-attachment-11125" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11125" src="https://www.osradar.com/wp-content/uploads/2019/02/11-9.png" alt="11.- License agreement" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/11-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/11-9-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11125" class="wp-caption-text">11.- License agreement</figcaption></figure>
<p>Then, the installer will check for the requirements.</p>
<figure id="attachment_11126" aria-describedby="caption-attachment-11126" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11126" src="https://www.osradar.com/wp-content/uploads/2019/02/12-8.png" alt="12.- Requirements check" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/12-8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/12-8-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11126" class="wp-caption-text">12.- Requirements check</figcaption></figure>
<p>Next, you have to configure the database. Just type the credentials.</p>
<figure id="attachment_11127" aria-describedby="caption-attachment-11127" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11127" src="https://www.osradar.com/wp-content/uploads/2019/02/13-6.png" alt="13. Database configuration" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/13-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/13-6-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11127" class="wp-caption-text">13. Database configuration</figcaption></figure>
<p>In the next screen, you will see the database tables creation. Scroll down and click on the next button if everything went OK.</p>
<figure id="attachment_11128" aria-describedby="caption-attachment-11128" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11128" src="https://www.osradar.com/wp-content/uploads/2019/02/14-6.png" alt="14.- Tables creations" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/14-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/14-6-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11128" class="wp-caption-text">14.- Tables creations</figcaption></figure>
<p>Next, the installer will populate the tables.</p>
<figure id="attachment_11130" aria-describedby="caption-attachment-11130" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11130" src="https://www.osradar.com/wp-content/uploads/2019/02/15-6.png" alt="15.- Table population" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/15-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/15-6-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11130" class="wp-caption-text">15.- Table population</figcaption></figure>
<p>After that, the installer will installer the default theme.</p>
<figure id="attachment_11131" aria-describedby="caption-attachment-11131" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11131" src="https://www.osradar.com/wp-content/uploads/2019/02/16-3.png" alt="16.- Insallting the default theme" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/16-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/16-3-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11131" class="wp-caption-text">16.- Insallting the default theme</figcaption></figure>
<p>Next, the board configuration. Type your data.</p>
<figure id="attachment_11132" aria-describedby="caption-attachment-11132" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11132" src="https://www.osradar.com/wp-content/uploads/2019/02/17-3.png" alt="17.- Board configuration" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/17-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/17-3-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11132" class="wp-caption-text">17.- Board configuration</figcaption></figure>
<p>After that, you have to create the admin account.</p>
<figure id="attachment_11133" aria-describedby="caption-attachment-11133" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11133" src="https://www.osradar.com/wp-content/uploads/2019/02/18-1.png" alt="Create administrator account" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/18-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/18-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11133" class="wp-caption-text">18.- Create an administrator account</figcaption></figure>
<p>Finally, you will see a message that MyBB is installed.</p>
<figure id="attachment_11134" aria-describedby="caption-attachment-11134" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11134" src="https://www.osradar.com/wp-content/uploads/2019/02/19-1.png" alt="19.- Finish the setup" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/19-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/19-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11134" class="wp-caption-text">19.- Finish the setup</figcaption></figure>
<p>Next, you can log in to acces to the Admin control panel.</p>
<figure id="attachment_11135" aria-describedby="caption-attachment-11135" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11135" src="https://www.osradar.com/wp-content/uploads/2019/02/20-1.png" alt="20.- MyBB log in screen" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/20-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/20-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11135" class="wp-caption-text">20.- MyBB log in screen</figcaption></figure>
<p>And finally, you will see the control panel.</p>
<figure id="attachment_11136" aria-describedby="caption-attachment-11136" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11136" src="https://www.osradar.com/wp-content/uploads/2019/02/21-1.png" alt="21.- MyBB control panel" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/21-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/21-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11136" class="wp-caption-text">21.- MyBB control panel</figcaption></figure>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>MyBB is a great application to deploy forums. It is open source and very well supported by the community.</p>
<p>To install MyBB on Ubuntu 18.04 does not require great technical knowledge because it is simple to do.</p>
<p>Please share this post with your friends.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mybb-on-ubuntu-18-04/">How to install MyBB on Ubuntu 18.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/how-to-install-mybb-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
