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
- Minimap
- Chat
- Team Tag
- Leaderboard Color
- Custom Hats/Crowns
- A lot of Settings
- A lot of Theming options
- Hotkeys
- Server Panel
- Much more!
- Download this repo
- Unzip UI-Client-master into a folder
- Upload
client
folder to your Web Host FTP - Go to your website url
- Download and install Node.js: https://nodejs.org/en/download/
- Run the winModulesInstall.bat file
- Run winStart.bat
All 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
- Open
core.js
file - Scroll down to line 52
- Replace
127.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