POGOServer - Créer son serveur privée ( recherches de solutions pour son fonctionnement )

Inscription
29 Décembre 2013
Messages
704
Réactions
276
Points
14 496
Salut les gars,

J'ai trouvé sur internet ( GitHub plus précisement ^^ ) POGOserver qui servirais à créer son serveur Pokémon Go ( Privée ) et pouvoir faire se que l'on veux

Pour ceux qui veulent le lien :

Ceux qui arrive à le faire fonctionner si vous pouvais données des explications assez détailles et compréhensible :)

J'ai tous configurer mais j'ai ceux problèmes quand je lance :/
upload_2016-8-31_5-59-41.png
 

CRHUM

Membre
Inscription
5 Août 2016
Messages
281
Réactions
20
Points
190
le but de la chose je ne comprend pas?
ah ouais comme jouer a CS avec des bot en lan en fait
 

L0rgan

Membre
Inscription
20 Juin 2013
Messages
553
Réactions
51
Points
16 573
A quoi sert d'avoir un serveur privé ? d'utiliser son bot sur son serveur comme ça 0 ban et ça permettrais d'avoir un compte niveau 40 ?
 

tccl officiel

Membre
Inscription
30 Décembre 2013
Messages
117
Réactions
12
Points
2 386
Étant donner que c'est un serveur annexe aucun intérêt vu que les données ne seront pas survie serveur de Niantic.
 

pendejo

Membre
Inscription
7 Août 2016
Messages
256
Réactions
72
Points
176
Getting started
Setup

Copy and rename cfg.js.example to cfg.js.

Open cfg.js and fill the following fields:

DOWNLOAD_PROVIDER: "GOOGLE";
DOWNLOAD_USERNAME: "USERNAME";
DOWNLOAD_PASSWORD: "PASSWORD";
Tunneling setup
The pokemon go app traffic has to get forwarded manually to this custom server. Download 's app and follow the installation instructions .

Database setup
To setup a database connection, open cfg.js and change the database login credentials:

MYSQL_PORT: 3306,
MYSQL_HOST_IP: "127.0.0.1",
MYSQL_DB_NAME: "pogosql",
MYSQL_USERNAME: "root",
MYSQL_PASSWORD: "",
The required database tables get generated automatically.

Server setup
You need at minimum version 6.x. Depending on your OS, you need to run either run-linux.sh or run-windows.bat from the root folder.

Docker setup
  1. Download Dockerfile, cfg.js.example and supervisord.conf from github.
  2. Place Dockerfile, cfg.js.example and supervisord.conf into the same folder. Rename cfg.js.example to cfg.js.
  3. Modify cfg.js to your requirements as described above.
  4. Create a container and run it.
  5. Open a bash prompt, enter: cd /POGOserver/ and ./run-linux.sh.
  6. Connect the Pokemon Go app to the server.
  7. Done.
Note: Instead of automatically mapping the ports, map them static, so they don't change after reboot.
 
Haut