How can i create a droplet and set it up in puTTy in order to play on my agar.io custom server and my friends can join it also?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Ogar is an open source implementation of the Agar.io server writen in Node.js and available on GitHub. The full documentation is available there. You can get it up and running pretty quickly if you already have Node.js installed. If not, follow this tutorial or use the Node.js One-Click application available in the control panel.
One Node.js is available, you will also have to install git so that you can grap the source:
sudo apt-get update
sudo apt-get install git
git clone git://github.com/OgarProject/Ogar.git Ogar
Now we can install its dependencies using:
cd Ogar/
npm install
Finally, we can start Ogar with:
node
Now to connect to your private server, visit http://agar.io/?ip=111.111.111.111:443 replacing the highlighted section with the IP address of your Droplet.
This is really just a quick way of getting up and running. If you plan on keeping the server in use for sometime, check out this tutorial for info on how to get your Droplet production ready:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.