Minecraft

[Guide] Multicraft Installation on Linux

Submitted by DonDanon, , Thread ID: 157380

Thread Closed
DonDanon
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
1
Credits:
3
02-02-2020, 03:36 PM
This post was last modified: 02-02-2020, 03:37 PM by DonDanon
#1
Instruction Was CreatedFor a Clean Server on"Ubuntu 16" But It Works on "Ubuntu 18" too.
I am not sure whether it will work on version lower than 16 or even on another OS
To Connect to the Hosting Console I used PuTTy
To Copy Commands to the console, press "Ctrl + C" and "RMB" [Ctrl + V in the console does not work!]
Remember Always when asked, ?Do you want to Continue? Press 'Y'

Install MqSql:
1.wgethttp://dev.mysql.com/get/mysql-apt-config_0.3.7-1debian7_all.deb
2. dpkg -i mysql-apt-config_0.3.7-1debian7_all.deb
[You Will Have To Make a Choice, Select "Apply"]
3. apt-get update
4. apt-get install mysql-server mysql-client
[We write the Password from "root"]

Install PhpMyAdmin:
1. apt-get install phpmyadmin
[We do this: | Y | Skipping | Skipping | Skipping | Apache2]
2.sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
3.sudo a2enconf phpmyadmin
4.sudo /etc/init.d/apache2 reload
5. apt-get install php7.0-sqlite

Install Java-8 (OpenJDK):
1. apt-get install openjdk-8-jre

Install Zip:
1. apt-get install zip
2. apt-get install unzip
3.a2enmod rewrite
4. /etc/init.d/apache2 restart

InstallingMultiCraft:
1. wgethttp://www.multicraft.org/download/linux64?version=preview-Omulticraft.tar.gz
2. tar xvzfmulticraft.tar.gz
3. cdmulticraft
4. ./setup.sh
[Doing so: | Y | Skipping | Y | Skipping | Skipping | Skipping | Y | Skipping | Skipping | Skipping | Y | Skipping | Y |]
5. apt-get install nano
7.cd/ etc / apache2
8.nano apache2.conf
6. Find the directory:

<Directory / var / www />
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

and replace None with All, so that would be like this:

<Directory / var / www />
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

7. /etc/init.d/apache2 restart

Checking What Mysqld Works [Must-Do]
1. mysqld --verbose --help
2. mysqld --no-defaults --verbose --help

Login to sites
1. <ip>/multicraft/install.php
2. <ip>/phpmyadmin
[Login = root | Password = Password that you entered when installing phpmyadmin]

Installation 1
Database 1: PANEL
1. Choose MySQL
2. Add the database "multicraft_panel" to phpmyadmin
3. Where "Database Username" write "root"
Where "Database Password" write the password that you entered when installing MySQL
4. Click Save and Continue.

Database 2: DAEMON
1. Choose MySQL
2. Add the database "multicraft_daemon" to phpmyadmin
3. Where "Database Username" write "root"
Where "Database Password" write the password that you entered when installing MySQL
4. Click Save and Continue.

Mini Setting
1. Where "Administrator contact Email" We write your email
2. Where "Enable theMulticraftAPI" Set to "True"
3. We dont touch anything else

Installation 2
1. Next, go to the Console. Write
2. nano/home/<username that was created when installingmulticraft>/multicraft/multicraft.conf
3. And then we search and change the lines thatmulticraftwrote to you (Daemon configuration)
4. We write the command to start Daemon "/home/minecraft/multicraft/bin/multicraftstart"
5. Click "Refresh" and then Continue there.
6. Done! Delete the file "install.php" from "var/www/multicraft" and rejoice that everything turned out)

Thank you for using this manual!

RE: [Guide] Multicraft Installation on Linux

kosstar
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
1
Credits:
21
02-02-2020, 09:06 PM
This post was last modified: 02-02-2020, 09:07 PM by kosstar
#2
Oh man THANK YOU! Very useful stuff! All works as i wanted!!! U're the best

RE: [Guide] Multicraft Installation on Linux

DonDanon
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
1
Credits:
3
OP
03-02-2020, 08:43 PM
This post was last modified: 03-02-2020, 08:46 PM by DonDanon
#3
02-02-2020, 09:06 PM
kosstar Wrote:
Oh man THANK YOU! Very useful stuff! All works as i wanted!!! U're the best
It's my pleasure)
I just described what I myself did when trying to install multicraft.

RE: [Guide] Multicraft Installation on Linux

Alexxxl
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
1
Credits:
0
01-03-2020, 03:14 PM
#4
Thank you, but can you give a license key? Smile

(somelettersbecauseoflimit)

RE: [Guide] Multicraft Installation on Linux

LDemonn32
Novice
Level:
0
Reputation:
0
Posts:
30
Likes:
0
Credits:
0
04-03-2020, 03:30 PM
#5
Wow, this is cool, but most of hosting services and people use pterodactyl...

RE: [Guide] Multicraft Installation on Linux

comandantee
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
16-03-2020, 06:47 PM
#6
Wow, this is cool, but most of hosting services and people use pterodactyl...

Users browsing this thread: 1 Guest(s)