Multicraft bug

Status
This thread has been locked.

TedMosby

uh
Premium
Feedback score
23
Posts
614
Reactions
224
Resources
0
Hello i have a error on my multicraft anyone nows how i can fix it?
The error is
Couldn't get log: Can't connect to daemon (111: Connection refused)
 
Type
Offering
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Klanx

CEO of Aquatis LLC
Supreme
Feedback score
27
Posts
726
Reactions
638
Resources
0
Either your panel can't connect to the daemon. The daemon is offline. The daemon was misconfigured in config. Or the daemons firewall is blocking the multicraft connection.
 

AtlasA858

Feedback score
0
Posts
109
Reactions
122
Resources
0
I would first try starting/restarting your Multicraft daemon.
Try running this within your SSH terminal (Assuming you are running a Linux distro and have used the default install paths for Multicraft):

/home/minecraft/multicraft/bin/multicraft restart

If running this does not fix the issue you are having, copy the output you receive from running this command and paste it into your thread.
 

FreddyJ

Working.
Supreme
Feedback score
3
Posts
309
Reactions
195
Resources
0
If your node is online but your multicraft haven't started, just use the default command to start the panel

Code:
/home/minecraft/multicraft/bin/multicraft -v start
 
Last edited:

TedMosby

uh
Premium
Feedback score
23
Posts
614
Reactions
224
Resources
0
If your node is online but your multicraft haven't started, just use the default command to start the panel

Code:
/home/minecraft/multicraft/bin/multicraft -v start

I would first try starting/restarting your Multicraft daemon.
Try running this within your SSH terminal (Assuming you are running a Linux distro and have used the default install paths for Multicraft):

/home/minecraft/multicraft/bin/multicraft restart

If running this does not fix the issue you are having, copy the output you receive from running this command and paste it into your thread.

Thanks for the help it worked :)
 

AtlasA858

Feedback score
0
Posts
109
Reactions
122
Resources
0
Thanks for the help it worked :)
Awesome man! Glad we could help get it working for you!

I would suggest adding that command into your rc.local file so that your Multicraft daemon is started everytime you reboot your machine.

```
vim /etc/rc.local
```
Press 'i' to enter insert mode, then use your down arrow to move to the line just before 'exit 0'.
On the line just before 'exit 0', put the command we provided you earlier there. It will look something like this:
```
/home/minecraft/multicraft/bin/multicraft restart
exit 0
```
I personally recommend using the restart command instead of the normal start command.
Once you have inputted this, press the 'Esc' (escape) key to enter command mode and then type ':wq' and then hit enter to save your changes.

Hope this helps!
 
Last edited:
Status
This thread has been locked.
Top