Skip to content

MW3 Server Hosting Support

Request support for the Plutonium IW5 servers, please wait at-least 1 day for a reply, it can get busy. The community is free to try to help in any thread.

289 Topics 1.2k Posts
  • i don't see my server

    5
    0 Votes
    5 Posts
    309 Views

    for me i was running my server on my pc i can see my server in the server list but i am in canada and the server was in a is in a different country i was able connect to and the server ip was different and when i when to iw4m admin it says it is in canada with the different ip was that a bug

  • I don't see my server

    Locked
    5
    0 Votes
    5 Posts
    152 Views

    Fix, thanks for your help 👍

  • Server running but Pluto not opening.

    3
    0 Votes
    3 Posts
    82 Views

    Mr. Android What guide shows this. i seen it earlier but i cant find the link to it

  • Im Having a problem with opening my StartServer.bat

    5
    0 Votes
    5 Posts
    131 Views

    Post the contents of your startserver.bat

  • MW3 - Adding a plugin

    1
    1 Votes
    1 Posts
    167 Views
    No one has replied
  • cant find my server in MW3

    4
    0 Votes
    4 Posts
    117 Views

    LocandaServer1 Create your own thread, please don't hijack somebody else's.

  • [Solved] How to start the server with the game

    3
    0 Votes
    3 Posts
    195 Views
    A Former User?

    try launching bootstrapper with .\\bin\\plutonium-bootstrapper-win32.exe iw5mp /path/to/game/ -dedicated +start_map_rotate +set key <SERVERKEY> +set net_port <ANOTHERPORT> +set sv_config server.cfg

    Another Port not 27016

  • inf_default.dsr

    3
    1 Votes
    3 Posts
    123 Views

    jeriqualy said in inf_default.dsr:

    Hello,
    would there be a charitable soul to give me Infect mode configured with usp without ammunition, etc.
    Thanks

    You can create and edit the mode settings yourself (you don’t even have to use Notepad), this is built into the game

    Go to Private Match => Game Setup => Make Setups => Click on: Save Recipe To Disk => Give name (remember it) => look in folder admin(client folder) => find file with names you gave => Done

  • Problem with Private Server MW3

    2
    0 Votes
    2 Posts
    267 Views

    As per the Dedicated Server Guide, you will need to port forward 27016. This will allow others players to connect to your private match session, or dedicated server (if you later decide to go down that route).

  • startserver.bat

    6
    0 Votes
    6 Posts
    182 Views

    Kalitos Yep that's in the guides.

  • "Error: Exceeded maximum number of parent script variables"

    4
    0 Votes
    4 Posts
    206 Views

    RektInator Everything seems to be up to date, server still crashes almost every time rotation resets or goes back to map 1 with same error.

  • dedicated server crash without internet?

    3
    0 Votes
    3 Posts
    75 Views

    H3X1C you welcome friend

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    73 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • Server does not appear in Server Browser

    2
    0 Votes
    2 Posts
    176 Views
    No one has replied
  • critical exception

    2
    0 Votes
    2 Posts
    123 Views

    Have you tried relaunching?

  • My server is getting a error - check crashdump

    7
    0 Votes
    7 Posts
    209 Views

    Lyrex Not sure if an issue I had was similar but mine started working without errors yesterday after trying for days to get it to stay online. Same exception.

  • Server crashing on first heartbeat

    6
    0 Votes
    6 Posts
    288 Views

    This is caused by the version of OpenSSL on Windows 7 and Windows server 2008, if I recall correctly. Both of which are now at End Of Life, hence our only suggestion is to upgrade.

  • Server Query data

    10
    1 Votes
    10 Posts
    183 Views

    Made a new protocol with quake3 but changed getstatus to getinfo with infoResponse and I've got back this.

    EDIT: clients is player count? Might be good to go then!

    $ gamedig --type protocol-quake3info iphere:2304 --pretty { "name": "hostname here", "map": "mp_exchange", "password": false, "raw": { "protocol": "20604", "checksum": "-461731637", "hostname": "hostname here", "mapname": "mp_exchange", "clients": "1", "sv_maxclients": "18", "gametype": "war", "pure": "1", "con_disabled": "1", "kc": "1", "hw": "6", "mod": "0", "voice": "2\u0000ô¢" }, "maxplayers": "18", "players": [], "bots": [], "connect": "iphere:2304", "ping": 4 }
  • Starting/making a infected server

    2
    0 Votes
    2 Posts
    332 Views

    The tutorial is super comprehensive. I had never hosted my own server either, yet here I am, running a server for a couple of friends of my PC. I'd say try your hand at setting up your own server via the tutorial before seeking an alternative. That being said, you need access to your router settings, but if you look up your router model online you can find how to port forward using that specific router. I'd say that's the only major hurdle to the server setup process, otherwise, a lot of the configuration is written in a way that is relatively easy to understand.

    In the server config, you can configure the gamemode + map rotations. You file explains exactly how to do this. You can customise the default infected gamemode by going into the /admin folder and opening INF_default.dsr (I'd suggest keeping the original just in case though, so copy and rename it) and searching for the things you want to change about it. Most of the time, you'll find what you're looking for by using the search function in notepad.

    That being said, infection seems to not be too configurable (at least from the .dsr file included), so some kind of script is probably available to offer that configurability you are looking for. Hope this helps.