Client stuck at 76%

statiuss

New Member
Oct 29, 2019
5
0
My client seems to be stuck at 76%, I've updated all the necessary files (config, external_variables, emu, ect).
I'm trying it to get it hosted using the VPS I purchased. The client works when I change the URL to localhost but when I change it to assigned domain, it get stucks at 76%. I also port foward the ports (3306, 30000, 3000).
Add me in discord Georgee#8863 for more details.
 

statiuss

New Member
Oct 29, 2019
5
0
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=password96
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;vps ip here

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

Platinum

Hello!
Sep 2, 2012
295
281
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=password96
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=localhost;vps ip here
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.conperip=200
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=localhost;vps ip here
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;vps ip here

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

Try this instead
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Yeah it's plus and it's azure microsoft vps
Code:
## PlusEMU System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=db

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

## Game TCP/IP Configuration
game.tcp.bindip=vps ip
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=100000
game.tcp.enablenagles=true

## RCON TCP/IP Configuration
rcon.tcp.bindip=127.0.0.1
rcon.tcp.port=30001
rcon.tcp.allowedaddr=localhost;127.0.0.1

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

If it's a cloud VPS you need to do this:-
 

statiuss

New Member
Oct 29, 2019
5
0
I've opened the ports on the vps
config.ini
emu is running fine with no errors
Not to sure what's wrong with it
 

Hypothesis

Programmer
Jan 6, 2019
524
361
I've opened the ports on the vps
config.ini
emu is running fine with no errors
Not to sure what's wrong with it
For servers from Azure and AWS, etc, you need to open outbound ports when you're creating the server. In the security section, you need to manually allow your emulator ports.
 

Users who are viewing this thread

Top