Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Set Up a Dopegar Agario Server on Windows

Initiate Mage
Joined
Feb 16, 2011
Messages
84
Reaction score
4
Agario server files + Webclient working

This tutorial is for Windows.

1- Download and install NODE.js


2-Download the files and extract


3-Go to main Dopegar folder and just click in
Code:
`install.bat`.

4-Start server is just open
Code:
`Start server.bat`


CLIENT:

1-Download and install appserver


2-Cope and paste the CLIENT folder to
Code:
 /www in C:/AppServ


3-Open
Code:
main_out.js and main.php
with text editor and change your IP in
Code:
"var CONNECTION_URL = "yourIP:473";"
,save.

4- Also open
Code:
Index.html
with the text editor and at the bottom where it says
Code:
		$.get("http://127.0.0.1:12345", function(data, status)
change it to your IP and stats port. This will then display how many users you have online

This server works fine,oficial code

It contains:

-Chat
-Minimap
-GPS



Credits to Ogar and Cigar. And me for the client edits and server fixes

Screenshots
jooda - How to Set Up a Dopegar Agario Server on Windows - RaGEZONE Forums


Sorry I dont have anymore images. If anyone wants to take some that would be great!


Also you can then submit your server to the NBK.io public server list and then your users will go up 100%
 
Last edited by a moderator:
Initiate Mage
Joined
May 26, 2015
Messages
6
Reaction score
0
Hi, I would like to know how to add skins and change gamemodes for this source.
 
Back
Top