1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mo: 19 Mai 2025
  • Anmelden oder registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Mitglieder
    3. benben

    Beiträge von benben

    • [Tutorial] Permanenter Personalausweis/Dienstausweis - (V1+V2)

      • benben
      • 13. Januar 2017 um 14:33

      Wie kann ich es einstellen, dass nur der Profilname nicht permanent ist und der aktuelle Profilname im Personalausweis angezeigt wird?

    • Linux: extDB2: Error with Database Connection

      • benben
      • 3. Januar 2017 um 20:43

      Fehler:
      Wenn ich meinen Server starte erscheint folgende Fehlermeldung:
      extDB2: Error with Database Connection.
      Ich habe [lexicon]extdb[/lexicon]-conf.ini konfiguriert. Die Anmeldedaten sind korrekt. Habe es mit verschiedenen Datenbanken ausprobiert. Eine [lexicon]extdb[/lexicon].log wurde nicht erstellt.
      Habe schon verschiedene Lösungsmöglichkeiten, ohne Erfolg, aus dem Forum versucht.

      Informationen:

      OS:
      Linux

      ExtDB2:
      v71

      Ordnerstruktur:
      ARMA_3_Server
      └ @extDB2
      ├ [lexicon]extdb[/lexicon]-conf.ini
      └ extDB2.so

      └ @life_server
      └ addons
      ├ life_server.pbo
      └ life_server

      Altis Life Version:
      4.4R1

      [lexicon]extdb[/lexicon]-conf.ini:

      Spoiler anzeigen
      Code
      [Main]
      Version = 5
      
      
      
      
      ;Threads = 0
      ; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
      
      
      
      
      Randomize Config File = false
      ;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds
      
      
      
      
      
      
      
      [Rcon]
      ;; This is functional, should be working fine. Just needs abit of testing on a $
      ;; Allow for changing Address for those running server in a VM environment.
      IP = CONFIFGURED
      Port = CONFIFGURED
      
      
      
      
      ;; Rcon Password i.e Battleye/beserver.cfg
      Password = CONFIFGURED
      
      
      
      
      ;; Bad Player Name Checks
      ;;		This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
      Bad Playername Enable = false
      Bad Playername Kick Message = Bad Player Name
      
      
      
      
      ;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in)
      ;;Bad Playername Strings = (:):{:}
      ;;Bad Playername Regex_1 = [:alnum:]
      ;;Bad Playername Regex_2 = [:alnum:]
      ;;Bad Playername Regex_3 = [:alnum:]
      
      
      
      
      
      
      
      ;; Whitelisting / Reserve Slots
      ;;		This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON
      Whitelist Enable = false
      Whitelist Kick Message = Only Reserved Slots Left
      
      
      
      
      Whitelist Public Slots = 999
      
      
      
      
      ;; Database settings to use (Optional)
      Whitelist Database = MySQL_Example
      Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
      Whitelist Kick on SQL Query Failed = false
      
      
      
      
      ;; Hardcoded BEGuids for whitelisted players
      ;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
      
      
      
      
      
      
      
      [Steam]
      ;; This is for VAC Protocol for VAC Bans + Steam Friends.
      ;; https://steamcommunity.com/dev/apikey
      API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      
      
      
      
      
      
      [VAC]
      ;; This feature requires Steam + Rcon to be enabled.
      ;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....
      Auto Ban = false
      
      
      
      
      ;; For Player to get banned ( their total VAC Bans => NumberOfVACBans)  AND ( Days Since their Last Ban was <= DaysSinceLastBan)
      ;; This is also used extDB Protocol VAC:VACBanned returned results
      
      
      
      
      NumberOfVACBans = 1
      DaysSinceLastBan = 999999999
      BanDuration = 0
      ;; 0 = Forever, otherwise its x Minutes
      BanMessage = Steam VAC Banned
      
      
      
      
      
      
      
      [Log]
      ;; Flush Logs after each write, more work on Harddrive
      Flush = false
      
      
      
      
      
      
      
      [ArmaLife]
      Type = MySQL
      Name = CONFIFGURED
      
      
      
      
      Username = CONFIFGURED
      Password = CONFIFGURED
      
      
      
      
      IP = CONFIFGURED
      Port = 3306
      
      
      
      
      ;minSessions = 2
      idleTime = 60
      
      
      
      
      compress = false
      ; Really should only use this if MySQL server is external. Also only for MySQL
      
      
      
      
      Secure Auth = true
      ; Recommend you turn this on  http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth
      
      
      
      
      
      
      
      [SQLite_Example]
      Type = SQLite
      Name = sqlite.db
      
      
      
      
      minSessions = 1
      ; minSession Default Value = 1
      
      
      
      
      ;maxSessions = 4
      ; maxSession Default Value = number of Main->Threads
      ; 	You really should leave this value alone
      idleTime = 60
      ; idleTime no Default Value yet, needs to be defined.
      ; 	idleTime is the time before a database session is stopped if not used.
      ;	If Database Sessions are greater than minSessions
      Alles anzeigen

      rpt:

      Spoiler anzeigen
      Code
      ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      19:48:44                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
      19:48:44                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 889deca7b67b3edca0b2da51a5318a40167757dd |  c794d30d | /home/kd73686/gameserver/ARMA3_2310_84738/expansion
      19:48:44                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 7129193541b9133ea1bea45441e244eb180cbfe7 |  58644447 | /home/kd73686/gameserver/ARMA3_2310_84738/mark
      19:48:44                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 037b8a52dea414a8999d947ae74a01089ef1178e |  6b140d2c | /home/kd73686/gameserver/ARMA3_2310_84738/heli
      19:48:44                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 9b8fdc1c10171397e45e8a671074d3b570c758a9 |  a5c8c24c | /home/kd73686/gameserver/ARMA3_2310_84738/kart
      19:48:44                                        Arma 3 Zeus |              curator |       true |             GAME DIR | e3578d1509f22cc901180ed73925c9d766cdc84c |  e6c7fc7b | /home/kd73686/gameserver/ARMA3_2310_84738/curator
      19:48:44                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
      19:48:44                                       @life_server |         @life_server |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | /home/XXXXXX/gameserver/ARMA3_XXXXXX/@life_server
      19:48:44                                            @extDB2 |              @extDB2 |      false |             GAME DIR |                                          |           | /home/XXXXXX/gameserver/ARMA3_XXXXXX/@extDB2
      19:48:44 ==========================================================================================================================================================================================================
      19:48:44 InitSound ...
      19:48:44 InitSound - complete
      19:48:44 Dedicated host created.
      19:48:44 PhysX3 SDK Init started ...
      19:48:44 PhysX3 SDK Init ended.
      Attempt to override final function - rscminimap_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdisplayremotemissions_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdisplaystrategicmap_script
      Attempt to override final function - rscdisplaycommon_script
      Attempt to override final function - rscdisplaygarage_script
      Attempt to override final function - rscdisplayhostsettings_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplaycurator_script
      Attempt to override final function - display3deneditcomposition_script
      Attempt to override final function - display3deneditattributes_script
      Attempt to override final function - display3deneditattributes_script
      Attempt to override final function - rscdisplayhostsettings_script
      Attempt to override final function - rscdisplaycommon_script
      Attempt to override final function - rscdisplaydebriefing_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      19:48:48 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
      a3_characters_f
      19:48:48 Loading movesType CfgGesturesMale
      19:48:48 MovesType CfgGesturesMale load time 83 ms
      19:48:48 Loading movesType CfgMovesMaleSdr
      19:48:57 MovesType CfgMovesMaleSdr load time 9436 ms
      19:48:58 BattlEye Server: Initialized (v1.215)
      19:48:58 Host identity created.
      [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
      Setting breakpad minidump AppID = 107410
      19:48:58 Game Port: 2310, Steam Query Port: 2311
      19:48:58 Initializing Steam server - Game Port: 2310, Steam Query Port: 2311
      Arma 3 Console version1.66.139586  : port 2310
      19:48:58 Unsupported language English in stringtable
      19:48:58 Unsupported language English in stringtable
      19:48:58 Mission Tanoa Life RPG v4.4 read from bank.
      19:48:58 Roles assigned.
      19:48:59 Reading mission ...
      19:48:59 Starting mission:
      19:48:59  Mission file: TanoaLife (__cur_mp)
      19:48:59  Mission world: Tanoa
      19:48:59  Mission directory: mpmissions\__cur_mp.Tanoa\
      19:49:04 No more slot to add connection at 015030 (1523.6,3012.8)
      Attempt to override final function - bis_functions_list
      Attempt to override final function - bis_functions_listpreinit
      Attempt to override final function - bis_functions_listpostinit
      Attempt to override final function - bis_functions_listrecompile
      Attempt to override final function - bis_fnc_missiontaskslocal
      Attempt to override final function - bis_fnc_missionconversationslocal
      Attempt to override final function - bis_fnc_missionflow
      19:49:17 Strange convex component65 in a3\rocks_f\sharp\sharprock_wallh.p3d:geometryFire
      19:49:18 Dimensions in class B_G_Mortar_01_F should be an array of size 2.
      19:49:18 SW keep height animation used for a3\structures_f\civ\accessories\timbers_f.p3d
      19:49:19 Dimensions in class O_G_Mortar_01_F should be an array of size 2.
      19:49:19 Dimensions in class I_G_Mortar_01_F should be an array of size 2.
      19:49:22 Strange convex component16 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      19:49:22 Strange convex component25 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      19:49:22 Strange convex component26 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      19:49:22 Strange convex component27 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      19:49:22 Strange convex component26 in a3\structures_f_kart\civ\sportsgrounds\finishgate_01_wide_f.p3d:geometryView
      19:49:22 Strange convex component68 in a3\structures_f_kart\civ\sportsgrounds\finishgate_01_wide_f.p3d:geometryView
      19:49:23 No speaker given for Shaan Gowon
      19:49:23 No speaker given for Mobutu Azikiwe
      19:49:23 No speaker given for William Robertson
      19:49:23 No speaker given for Conor Leahy
      19:49:23 No speaker given for Lucas Parker
      19:49:23 No speaker given for Corey Walsh
      19:49:24 No speaker given for Cameron Abbey
      soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      19:49:24 No speaker given for Lucas Edwards
      19:49:24 No speaker given for Nuru Azikiwe
      19:49:24 No speaker given for Sykes Thomas
      19:49:24 No speaker given for William Walker
      19:49:24 No speaker given for Terrence Bennett
      19:49:24 No speaker given for Deng Tsai
      19:49:24 No speaker given for Chad Hall
      soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      19:49:24 No speaker given for Davu Okoye
      19:49:24 No speaker given for Spencer Coburn
      19:49:24 No speaker given for Ethan Conrad
      19:49:24 No speaker given for Benjamin Campbell
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found
      19:49:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found
      19:49:24 Wrong geometry convex component mapping  for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found
      19:49:24 No speaker given for Samaras Moraiti
      19:49:24 No speaker given for Yang Tan
      19:49:24 No speaker given for Gao Chang
      19:49:24 No speaker given for Gamba Madaki
      19:49:25 No speaker given for Hu Chen
      soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      19:49:25 No speaker given for Thomas Morgan
      19:49:25 No speaker given for Omari Inouyie
      19:49:25 No speaker given for Noah Burr
      19:49:25 No speaker given for Liam King
      19:49:25 No speaker given for Benjamin Lee
      19:49:25 No speaker given for James Smith
      19:49:25 No speaker given for Matthew Williams
      19:49:25 Strange convex component70 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire
      19:49:25 Strange convex component75 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire
      19:49:25 Strange convex component76 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire
      19:49:25 Strange convex component77 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire
      19:49:25 Strange convex component78 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire
      19:49:26 Mission read.
      19:49:26 Connected to Steam servers
      Error: Object(2 : 1424) not found
      Error: Object(2 : 1427) not found
      Error: Object(2 : 1430) not found
      Error: Object(2 : 1433) not found
      Error: Object(2 : 1439) not found
      Error: Object(2 : 1442) not found
      Error: Object(2 : 1445) not found
      Error: Object(2 : 1454) not found
      Error: Object(2 : 1457) not found
      Error: Object(2 : 1460) not found
      Error: Object(2 : 1463) not found
      Error: Object(2 : 1466) not found
      Error: Object(2 : 1467) not found
      Error: Object(2 : 1471) not found
      Error: Object(2 : 1477) not found
      Error: Object(2 : 1480) not found
      Error: Object(2 : 1483) not found
      Error: Object(2 : 1486) not found
      Error: Object(2 : 1489) not found
      Error: Object(2 : 1490) not found
      Error: Object(2 : 1494) not found
      Error: Object(2 : 1497) not found
      Error: Object(2 : 1500) not found
      Error: Object(2 : 1506) not found
      Error: Object(2 : 1509) not found
      Error: Object(2 : 1515) not found
      Error: Object(2 : 1522) not found
      Error: Object(2 : 1543) not found
      Error: Object(2 : 1546) not found
      Error: Object(2 : 1552) not found
      Error: Object(2 : 1587) not found
      Error: Object(2 : 1607) not found
      Error: Object(2 : 1626) not found
      Error: Object(2 : 1636) not found
      Error: Object(2 : 1639) not found
      Error: Object(2 : 1645) not found
      Error: Object(2 : 1654) not found
      Error: Object(2 : 1657) not found
      Error: Object(2 : 1676) not found
      Error: Object(2 : 1694) not found
      Error: Object(2 : 1712) not found
      Error: Object(2 : 1727) not found
      Error: Object(2 : 1750) not found
      Error: Object(2 : 1754) not found
      Error: Object(2 : 1758) not found
      Error: Object(2 : 1762) not found
      Error: Object(2 : 1784) not found
      Error: Object(2 : 1787) not found
      Error: Object(2 : 1818) not found
      19:49:26 ../lib/Network/networkServer.cpp OnClientStateChanged:NOT IMPLEMENTED - briefing!
      19:49:26  Mission id: e5563919db7bccb46e5182337e0b3db43fe4dc78
      19:49:26 Game started.
      19:49:26 "extDB2: Error with Database Connection"
      Alles anzeigen

      [lexicon]Startparameter[/lexicon]:
      ./arma3server -config=server.cfg -world=empty -port=$1 -profiles=profile -servermod=\@extDB2\;\@life_server -autoInit

      Vielen Dank im Voraus!

    • Erkennt jemand den Fehler ?

      • benben
      • 9. Januar 2016 um 20:04

      Ich habe heute Config_Clothing.hpp und Config_Shops.hpp bearbeitet. Dort ist ein Fehler, aber finde diesen leider nicht.
      Könnte sich das jemand bitte anschauen ? Vielen Dank im Voraus!

      Dateien

      fehler.zip 4,29 kB – 314 Downloads

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von Native-Servers.com? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Benutzerkonto erstellen

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™