nuqqetde

Setup a Mohaa Server on Linux

Feb 4th, 2020
1,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Checkout my Youtube Channel for the Video to the Tutorial:
  2. http://bit.ly/375MqSt
  3.  
  4. Maybe you have Login as root with sudo -i
  5. -----*****Install Commands:*****-----
  6.  
  7. apt-get update; apt-get upgrade
  8.  
  9. dpkg --add-architecture i386; apt update; apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386
  10.  
  11. Y
  12.  
  13. dpkg --add-architecture i386; sudo apt update; sudo apt install libstdc++5:i386
  14.  
  15. cd /home
  16.  
  17. wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1swkGIgEdWLjEe7LihnW4GwIxGEm-4obC' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1swkGIgEdWLjEe7LihnW4GwIxGEm-4obC" -O mohaa_server.zip && rm -rf /tmp/cookies.txt
  18.  
  19. unzip mohaa_server.zip
  20.  
  21. rm mohaa_server.zip
  22.  
  23. cd mohaa_server
  24.  
  25. chmod 777 mohaa_lnxded
  26.  
  27. screen ./mohaa_lnxded +set net_IP localhost +set net_port 12203 +exec server.cfg
  28.  
  29. -----*****Other Commands:*****-----
  30.  
  31. screen -ls // list all running screen instances
  32. screen -r name // restore the screen
  33. cd /home/mohaa_server/main // go to the main directory from our mohaa server
  34. nano server.cfg // open the editor for our server.cfg (Close it with Strg + X press Y and Enter
  35.  
  36. -----*****Other Things*****-----
  37.  
  38. Maybe you have enter a sudo before the commands!
  39.  
  40. The Mohaa Server is with Realmod CKR1.1, Mapfix 2.4 and the Mappack from GermanZ (Thanks to Winchester)
  41. and he use the Reborn 1.12 Patch (Thanks to x-null.net)
  42. If you want to add other Mods / remove you can do it in the Main Folder.
  43.  
  44. If you have no Server checkout https://noez.de/aff.php?aff=220 (affiliate Link)
  45. The Server in the Video is from noez sponsored! Big Thanks!
Add Comment
Please, Sign In to add comment