Client stuck at 76% FluxRP Pack

theGuiihBR

New Member
Nov 19, 2018
13
0
Hello, i'm using a GoogleCloud VPS with FluxRP pack.

I already configured the config.php file, main.ini (emu) file, and external_variables files, but i'm having issues when I try to connect at my client.

It is stuck at 76%, and no matter what I do, this doesn't fix.

Can someone help me?
 

Attachments

  • print1.png
    print1.png
    183 KB · Views: 12

JayC

Always Learning
Aug 8, 2013
5,493
1,398
You only should open port 30,000 on the inbound connection (replace 30,000 with whatever emulator port you're using if you're not using the 30,000)
 

theGuiihBR

New Member
Nov 19, 2018
13
0
Hello!!!

I figured out how to solve my 76% issue, just change the connection.host ip at the client.php file.

Holy yeah, i'm so happy.
Post automatically merged:

LOL, ok, new problem:

I can only enter in my client on my VPS.
I can't enter in the client out of it, even changing the host ip. The port config are correcly, the firewall is disabled.

What now?
 
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
Hello!!!

I figured out how to solve my 76% issue, just change the connection.host ip at the client.php file.

Holy yeah, i'm so happy.
Post automatically merged:

LOL, ok, new problem:

I can only enter in my client on my VPS.
I can't enter in the client out of it, even changing the host ip. The port config are correcly, the firewall is disabled.

What now?
What IP have you entered in the client config? Post it here
 

theGuiihBR

New Member
Nov 19, 2018
13
0
So, I changed everything and this still not working...
Changed the IP, connection IP host, changed the hotel URL at config.php, and this still not working.

Can you add me on Discord? I'll give you my VPS info.

Edit: It still working only at local machine (VPS).
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
580
245
If you are having issues with the port, you can try the tool I released a while ago, just be sure to run it as admin or windows does not give permissions for it to automatically add the rule for you

 

theGuiihBR

New Member
Nov 19, 2018
13
0
Well, i open it and nothing again.
I'm solving this problem with my friend... He said that i must have a domain for IIS work correctly, so, this is what i'm doing.

I just don't know how 2 set a domain to IIS. What is the IP Adress of the binding? Should I put www.(domain)?
Any advices are welcome, thanks.
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
580
245
Setup your domain on cloudflare and create 2 records

First record
Type A
domain @
IP - VPS IP

second
Type CNAME
name www
value @


Update your domains name servers to the ones provided by cloudflare, allow this time to update, once the dns propagation has finished you can use the domain. I have seen others create retros by simply using the VPS ip address but this is not recommended as people will attack you with flood type attacks to your IIS. If this is going to be a public project I would advise that you either secure IIS to prevent connections not from cloudflare to your IIS from being allowed to connect or look to order a TCP proxy to use in your client to hide your servers real IP address.
 

theGuiihBR

New Member
Nov 19, 2018
13
0
Thanks for the help, it worked.

Now i'm getting the same error: Client only works at localhost (if in the config.php file the connection.host=localhost). If it is the my VPS ip, it doesn't work at my VPS or another computer.
My firewall is disabled, i have inbound rules to port 30000, but still doesn't working.
I'm using Google Cloud VPS with Windows 2012 R2 and IIS 8 (i guess).

Someone (again, lol)?
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
580
245
Have you checked that all links within the cms that are using "localhost" have been updated to your domain, you can do this quickly using notepad ++ by searching for and using the option find and replace with your domain name. Hope this helps.
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
Thanks for the help, it worked.

Now i'm getting the same error: Client only works at localhost (if in the config.php file the connection.host=localhost). If it is the my VPS ip, it doesn't work at my VPS or another computer.
My firewall is disabled, i have inbound rules to port 30000, but still doesn't working.
I'm using Google Cloud VPS with Windows 2012 R2 and IIS 8 (i guess).

Someone (again, lol)?
Had the same issue when using a cloud VPS, not sure if that has something to do with it?
 

theGuiihBR

New Member
Nov 19, 2018
13
0
Is your emu listening to IP 0.0.0.0 ?
I guess no. Should I replace tcp/ip config to 0.0.0.0? My main.ini (emu config) file:

Code:
## Azure Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=##
db.name=rp
db.type=MySQL

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=3000

## Game TCP/IP Configuration
game.tcp.bindip=35.247.254.247
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=35.247.254.247
mus.tcp.port=30001
mus.tcp.allowedaddr=149

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Developer Settings
Debug=false

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
I guess no. Should I replace tcp/ip config to 0.0.0.0? My main.ini (emu config) file:

Code:
## Azure Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=##
db.name=rp
db.type=MySQL

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=3000

## Game TCP/IP Configuration
game.tcp.bindip=35.247.254.247
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=35.247.254.247
mus.tcp.port=30001
mus.tcp.allowedaddr=149

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Developer Settings
Debug=false

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
What emulator is this?
Change MUS to 127.0.0.1, anything happen?

I’ve set up loads of hotels but using a cloud based VPS I had the same problem, are you guys sure that isn’t it?
 

Users who are viewing this thread

Top