Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: meowmeow on November 10, 2017, 01:29:58 AM

Title: Gunbot XT Webgui VPS
Post by: meowmeow on November 10, 2017, 01:29:58 AM
Hello !

I've been looking for help on the telegram chat a few times, but i don't want to spam it as nobody seems to know what to do for it.

My probleme is that i run my bot on a VPS. This one is too slow to use the web GUI and i'll like to also be able to log on my phone.

However, when i try to log with the VPS IP, it does not work.

(I installed Node.js )

I would appreciate some help so i could try gunbot xt :)

Thank you
Title: Re: Gunbot XT Webgui VPS
Post by: criptonauta on November 10, 2017, 11:44:42 PM
Hello Meowmeow

1 - Download GB to your VPS, be it Windows or Linux
2 - Extract the files
3 - Run gunthy-gui-xxx. It will point to localhost:5000 <- do not consider it
4 - Instead, in your browser in your local computer, use the IP you use to reach your VPS, like 123.124.125.126:5000

It should open the Gui and prompt you to create a password.

Also make sure that gunthy-gui, in case of running in windows, is allowed in the wifi networks you regularly use.

If it doesn't help, send us a screenshot with the error,but I'm sure it will work

Best regards
Title: Re: Gunbot XT Webgui VPS
Post by: meowmeow on November 11, 2017, 04:40:51 PM
Hello, that's the first step i tried but it didnt work.

I checked for gunthy-gui and it was ok with the firewall, i also disabled the firewall and it did no changes.


The error i'm having is a connection timeout from chrome (or any other browser)
Title: Re: Gunbot XT Webgui VPS
Post by: Yalper on November 11, 2017, 05:18:03 PM
You need to release port 5000 and try again
Title: Re: Gunbot XT Webgui VPS
Post by: criptonauta on November 12, 2017, 03:25:50 PM
Hello, that's the first step i tried but it didnt work.

I checked for gunthy-gui and it was ok with the firewall, i also disabled the firewall and it did no changes.


The error i'm having is a connection timeout from chrome (or any other browser)

Try another port and check if issue persists:

In prompt:
Windows:
set PORT=9000
gunthy-gui.exe

Linux:
PORT=9000 ./gunthy-gui-linx64

Mac:
PORT=9000 ./gunthy-gui-mac

ARM:
PORT=9000 ./gunthy-gui-arm
Title: Re: Gunbot XT Webgui VPS
Post by: meowmeow on November 13, 2017, 11:58:45 AM
ok i'll try that ty