How To Make Many Agar.io Private Servers On Codeanywhere - Tutorial
How To Make Many Agar.io Private Servers On Codeanywhere - Tutorial
How to setup a bunch of agar.io private servers on codeanyhwere, using the same free container.
Instructions:
Go to codeanywhere.com and sign up for free. Setup your server and host your agario private server on it. This is for those who want more than one private servers and gamemodes.
Commands to get setup:
# 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 MultiOgar:
git clone git://github.com/Megabyte918/MultiOgar-Edited.git
# Rename MultiOgar-Edited
rename the folder to server1 or gamemode type, such as FFA
# Repeat the last two steps for the rest of the server
git clone git://github.com/Megabyte918/MultiOgar-Edited.git
rename the folder to server1 or gamemode type, such as FFA2
# Install node modules for each server
cd FFA
npm install
# Repeat the last two steps to install node modules on each server
cd FFA
npm install
# set ports for each server
Server1: serverPort = 1111
Server1: serverStatsPort = 1110
Server2: serverPort = 2222
Server2: serverStatsPort = 2220
Repeat for all the servers
# Run the servers manually
tyep: cd server1/run
type: sh lin-Start.sh
# Add links to your Websiste/Client
codeanywhereserverlink:port, for example:
myogarserver-cowpits932405.codeanyapp.com:1111
myogarserver-cowpits932405.codeanyapp.com:2222
myogarserver-cowpits932405.codeanyapp.com:3333
# Make your own client
Tutorial : https://www.youtube.com/watch?v=VPzlZz2P04k
Clien download: https://goo.gl/LyUPlS
Other Videos By cowpits
Other Statistics
Agar.io Statistics For cowpits
There are 102,874 views in 41 videos for Agar.io. His channel currently has around 13 hours worth of content for Agar.io, or 50.95% of the total watchable video on cowpits's YouTube channel.