Search the Community
Showing results for tags 'linux'.
-
Hello! I'm trying to update my Mangos Two server from some 21.11.xx (~mid November 2020) to release v.22.01.9, and I can't built the new version, because of error on build. Here is a report about it from build log:
- 1 comment
-
- mangos two
- building solution error
-
(and 1 more)
Tagged with:
-
[Last procedure check : 2020-07-13 ] Hi everyone, I re-write the procedure since there are many questions about linux install procedure. Many of them are no more applicable today and the getmangos.sh script needs rework as I write this article. PREREQUISITES I am assuming you are running your server on a Linux Operating system with Ubuntu Server 18.04 flavor. Your OS should be up to date. If not, log in as root and run : apt update && apt upgrade PART 1 : Configuring the environment This tuto will use the MaNGOS zero repo URL but it is replicab
-
In order to allow connections to your server under linux you need to add ports 3724/tcp and 8085/tcp to your firewall firewall-cmd --zone=public --permanent --add-port=3724/tcp firewall-cmd --zone=public --permanent --add-port=8085/tcp firewall-cmd --reload Please, anyone with permissions to write to closed topics, add this to the linux setup topic if possible. Thank you.
-
With LXD you can easy take snapshots and move your server to another physical machine. Guide is fully tested on MaNGOS Zero with bots module enabled. Check the video with installation process: https://asciinema.org/a/299001 If you do not want to use LXD, simple pass LXD instruction and go further. Let's start LXD installation & configuration: sudo apt install lxd && reboot Reboot is needed for reloading groups that will be assigned to your account. sudo lxd init with above command anserw defaults to all questions. Create container fo
- 37 comments
-
- ubuntu
- installation
- (and 4 more)
-
Hello everyone ! After setting-up your server on a Linux-based distro, you may wonder : how to let the realmd & mangosd deamons run on your server with all consoles closed ? how to automatically restart theses daemons if they crash ? how to restart theses dameons ? how to get access to the daemons consoles after having closed all your terminals ? Well, you are at the right place ! PREREQUISITE The "screen" app must be installed and also "gdb" in order to correctly dump chrash data : sudo apt install screen gdb PART 1 : Localize your
-
I tested this on Debian 9.6 however this guide should work on any recent Debian distribution such as Ubuntu. Required Packages First we need to install all of the required programs and library's. Open up a root terminal. If your not root, enter this to become root sudo su Install the following packages apt install git make cmake libssl-dev libbz2-dev build-essential default-libmysqlclient-dev We need to grab the mysql stuff from here. Follow the instructions there. Also, choose mysql 5.7. A script needed later requires this so don't install mysql 8. Install the ser
-
fresh installed items: database server the tram's don't spawn until the player loads the area at the stormwind side of deeprun
-
MUCH OF THE INFORMATION FOUND WITHIN IS NO LONGER VALID AND OUT OF DATE Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a Ubuntu 16.04 LTS system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty Ubuntu 16.04 LTS system with minimal installation. Let's go.. Setup the database: Ubuntu is supporting MySQL by default. This part of the guide will help you to setup your instance of MySQL. Launch a terminal, and if
-
- 3
-
-
- linux
- ubuntu 16.04
-
(and 1 more)
Tagged with:
-
mangos zero Update MaNGOS Zero install to latest build
nitramh posted a question in Archived Help and support
Hi. Long time lurker first time poster. I have successfully installed and run a MaNGOS Zero server on my home Ubuntu server now for just about half a year. I see there are beeing updates pushed quite often on the site but I cant find any information on how I update my installation to the latest build. Is there any documentation on how to update an existing Mangos Zero install to the latest build of Mangos Zero? I would appreciate any help -
mangos zero Building on CentOS7, build fail(cannot find -lACE)
nalok posted a question in Archived Help and support
Running into an issue when I try to build. I am following this guide: Noticed when it was grabbing packages like ACE and what not from .de, it would fail and skip. However, the install would push forward. I am assuming it found what it needed, but it gave more errors. Then I followed this guide: Finally, was able to get the build up to 97%, but it fails with finding -lACE. Does anyone have any tips? Scanning dependencies of target mangosd [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/AFThread.cpp.o [ 97%] Building CXX object src/mangosd/CMakeFiles/ma -
Building MaNGOS on Linux requires ACE libraries. I could not find information on installing those here, so I will make a short HOWTO (copied from ACE documentation) 1. Make a folder for ACE in your preferred location ( I use /opt) mkdir /opt/ace && cd /opt/ace 2. Download and unpack ACE wget http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.7.tar.gz tar -zvf ACE-6.4.7.tar.gz 3. Add needed environment variables cat >> /etc/profile <<EOF export ACE_ROOT=/opt/ace/ACE_wrappers EOF source /etc/profile 4. Add the desired headers cat > /
-
Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a CentOS 7 Linux system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty CentOS 7 system with minimal installation. Let's go.. Setup the database: CentOS is supporting MariaDB instead of MySQL by default. This part of the guide will help you to setup your instance of MariaDB. Launch a terminal, and if it's not already the case, you need to become the 'root' user:
-
i use aarch64 debian8 gcc4.9.2 g++4.9.2 when i build mangoszero [ 43%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/AABox.cpp.oIn file included from /root/zero/server/dep/g3dlite/G3D/debugPrintf.h:19:0, from /root/zero/server/dep/g3dlite/G3D/debug.h:21, from /root/zero/server/dep/g3dlite/G3D/g3dmath.h:56, from /root/zero/server/dep/g3dlite/G3D/Vector3.h:18, from /root/zero/server/dep/g3dlite/G3D/AABox.h:19, from /root/zero/server/dep/g3dlite/G3D/AABox.cpp:11:
-
I am following the guide here ... https://www.getmangos.eu/wiki/documentation/installation-guides/guideslinux/installing-mangos-on-ubuntu-1604-lts-r20078/ I am running Ubuntu 16.04 and chose to install MaNGOS 3. I have tried this many, many times and it is always failing constantly with errors at different places, which I have managed to fix until now. First of all, I thought that now everything was being done by a script, everything was going to be easy..... no... it is still accompanied by errors, and guides missing out vital stages. All of my client files have been copied to
-
Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a Debian 8 system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty Debian 8 system with minimal installation. Let's go.. Setup the database: Debian is supporting MySQL by default. This part of the guide will help you to setup your instance of MySQL. Launch a terminal, and if it's not already the case, you need to become the 'root' user: sudo su - root Then, in
-
Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a Linux Mint 18 system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty Linux Mint 18 system with minimal installation. Let's go.. Setup the database: Linux Mint is supporting MySQL by default. This part of the guide will help you to setup your instance of MySQL. Launch a terminal, and if it's not already the case, you need to become the 'root' user: sudo su - ro
-
- linux
- linux mint 18
-
(and 1 more)
Tagged with:
-
Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a Fedora 25 Linux system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty Fedora 25 system with minimal installation. Let's go.. Setup the database: Fedora is supporting MariaDB instead of MySQL by default. This part of the guide will help you to setup your instance of MariaDB. Launch a terminal, and if it's not already the case, you need to become the 'root' user:
-
Hi there I followed the installation guide for centos and have an issue when connecting to the server. When logging in the realmchoice opens and I'm clicking on the Servername, but the realmchoice just opens again and again. What can I do now? The server is just inside my LAN and will be used by clients inside my LAN. Regards Alzieh
-
Got also a extraction problem with the extractor shell at mangosthree dev21. no errors in the log, he just won't start running after it says it does.
- 1 reply
-
- mangosthree
- tbc
-
(and 3 more)
Tagged with:
-
Running ubuntu 16.04 with an apt-get of everything needed to compile. Compiles and installs as it should. Copy over game client and extract dbc/maps/vmaps/mmaps. End up with 39 locations for maps. If I did this on Windows (I tried it for sake of just copying the maps from there) and it has upwards of 89 locations. When I move the stuff over to the bin folder and run mangosd, mangosd reports that maps missing, everything in the 5xxxxxx.map range isn't there. On Windows, they are. I extracted them on Windows and copied them to the bin folder but am told by mangosd that the maps are incompatible
- 21 replies
Contact Us
To contact us
click here
You can also email us at [email protected]
Privacy Policy | Terms & Conditions

You can also email us at [email protected]
Privacy Policy | Terms & Conditions
Copyright © getMaNGOS. All rights Reserved.
This website is in no way associated with or endorsed by Blizzard Entertainment®
This website is in no way associated with or endorsed by Blizzard Entertainment®