UI Client is an open source client to use for Agar.io private servers. Feel free to use this client to play with your friends or make a game, but please give credit :)
If you would like to contact me, you can reach me on Discord: !!!xAzz#8135
client
folder to your Web Host FTPAll these files can be found in the socket
folder.
# First update your packages:
sudo apt-get update
# Install git:
sudo apt-get install git
# Install node.js:
sudo apt-get install nodejs-legacy npm
# Clone UI-Client:
git clone https://github.com/xAzz/UI-Client.git
# Install dependencies:
cd UI-Client-master/socket
npm install
# Run the server:
sudo node socket.js
core.js
file127.0.0.1:9700
with the ip you are hosting the socket on.# Default:
var socketip = "127.0.0.1:9700";
# Example of changed
var socketip = "31.220.59.33:9700";
I would like to give credit to Acydwarp for creating Agarplus.io, UI Client is based off the original Agarplus.io V2. I would also like to give credit to Nebula for helping with design idea’s and bugs.
To host your own MultiOgar server, head over to -> https://github.com/m-byte918/MultiOgarII