У нас вы можете посмотреть бесплатно How to Setup a Private Agar.io Server Part 2! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
So here is another tutorial on how to setup an Agar.io private server. This one longer and has a little more detail to it than my last one. I try to go over each step and a few things that can go wrong while setting up the server. Links: Ogar Server Files https://github.com/forairan/Ogar Node.js https://nodejs.org/ Notepad++ https://notepad-plus-plus.org/downloa... Google "Agar.io Server Browser" to get the browser extension Commands used: Change Directory (If needed) "cd C:\users\username\downloads\Ogar-master\Ogar-master\src" (This can be different if you are using an older version of windows or if your downloads go to a different folder. Just right click on your start file and look next to location to get the correct path) Install node in command prompt (If needed) "npm install ws" (this is used once you have changed the directory to your server's folder) Getting the IP address of your local computer in command prompt "ipconfig" (The address next to IPv4 Address..... is the one you need to use Connecting to your server using the browser extension "ws://xxx.xxx.xxx.xxx:pppp" (x = your ip address and p = your server's port number) Connecting to your private server directly in the address bar "agar.io/?ip=xxx.xxx.xxx.xxx:pppp" (x = your ip address and p = your server's port number) All credit goes to those who actually put this private server together. Head to this website to learn more. http://ogarproject.com/ If there are any issues please feel free to leave a comment or you can send an email to toastyanswers@gmail.com