Seite 1 von 1

How to start mfbot?

Verfasst: Mo 27. Feb 2017, 16:09
von KrzychuHD
Hi!
How to start MFbot on Debian 7.0_86_64x [VPS]

Re: How to start mfbot?

Verfasst: Mi 1. Mär 2017, 12:38
von Robin
Hi!
Have a quick look in this thread: viewtopic.php?f=20&t=1397

Basically, you download your bot (in a new directory) with

Code: Alles auswählen

wget http://www.mfbot.de/Download/MFBot_4631_Konsole_x86_64
, make it runnable with

Code: Alles auswählen

chmod a+x MFBot_4631_Konsole_x86_64
, move your Acc.ini you created before with the GUI-Version to that directory and you run the bot with

Code: Alles auswählen

./MFBot_4631_Konsole_x86_64
If there is an error like "Network unreachable", you need to install

Code: Alles auswählen

sudo apt-get install mono-runtime
additionally.

Regards,
Robin

Re: How to start mfbot?

Verfasst: Sa 4. Mär 2017, 18:49
von KrzychuHD
Problem. Close PuTTY bot stopped :/

Re: How to start mfbot?

Verfasst: So 5. Mär 2017, 14:26
von rvm1975
KrzychuHD hat geschrieben: Sa 4. Mär 2017, 18:49 Problem. Close PuTTY bot stopped :/
Use program tmux to keep console program running in background

Code: Alles auswählen

sudo apt-get install tmux
and run bot like this

Code: Alles auswählen

tmux new-session -s mfbot -d  ./MFBot_4631_Konsole_x86_64
to detach from tmux use CTRL + b, d (press CTRL + B then d)

to attach type

Code: Alles auswählen

tmux a

Re: How to start mfbot?

Verfasst: Mo 6. Mär 2017, 18:22
von KrzychuHD
Thank you and Robin very much. Sorry my english i'm from poland. MFBOT <3 :)