thepsolartek Posted July 13, 2021 Posted July 13, 2021 (edited) Hi i want to ask a question. if you want to open an acis server what changes you have to do in case you want to put a no-ip? gameserver is like this: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = * # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 and loginserver is like this: #============================================================= # Loginserver #============================================================= # This is transmitted to the clients, so it has to be an IP or resolvable hostname Hostname = localhost # Bind ip of the LoginServer, use * to bind on all available IPs LoginserverHostname = * LoginserverPort = 2106 # The Loginserver host and port. LoginHostname = * LoginPort = 9014 Edited July 13, 2021 by thepsolartek
0 thepsolartek Posted July 14, 2021 Author Posted July 14, 2021 5 hours ago, Zake said: Hostname = no-ip-here on both of them?
0 Zake Posted July 15, 2021 Posted July 15, 2021 16 hours ago, thepsolartek said: on both of them? Just this one
0 thepsolartek Posted July 15, 2021 Author Posted July 15, 2021 37 minutes ago, Zake said: Just this one you mean gameserver right? @Tryskell can you please give me the solution. i try everything but i cant understand what is wrong
0 Zake Posted July 17, 2021 Posted July 17, 2021 On 7/15/2021 at 3:36 PM, thepsolartek said: you mean gameserver right? No, i mean hostname.
0 thepsolartek Posted July 17, 2021 Author Posted July 17, 2021 2 hours ago, Zake said: No, i mean hostname. yes i understand but in which properties of them. hostname included in both of them
0 Zake Posted July 18, 2021 Posted July 18, 2021 19 hours ago, thepsolartek said: yes i understand but in which properties of them. hostname included in both of them Yep i still mean Hostname. Also add firewall exceptions for 2106/7777 ports
0 Nightw0lf Posted July 19, 2021 Posted July 19, 2021 if the connection is success, you probably stuck on login, but your friends will be able to join, there are fixes and different approaches but you need experience on this.. we cant teach you that. hostnames are always the no-ip if you want to try it but no-ip has to be set in local ip too for example i never used 127.0.0.1 or localhost i use 192.168.xxx.xxx or i give 5 euros in contabo to get a vps with linux and open ports with 1 command
0 thepsolartek Posted July 23, 2021 Author Posted July 23, 2021 On 7/19/2021 at 12:41 PM, Nightw0lf said: if the connection is success, you probably stuck on login, but your friends will be able to join, there are fixes and different approaches but you need experience on this.. we cant teach you that. hostnames are always the no-ip if you want to try it but no-ip has to be set in local ip too for example i never used 127.0.0.1 or localhost i use 192.168.xxx.xxx or i give 5 euros in contabo to get a vps with linux and open ports with 1 command i can login even i try 192.168.xxx.xxx or 127.0.0.1. the actual problem is that the others cant login in my server. i ve speak on phone with my network provider and they told me that they seems to be ok. the ports i ve opened is 2106 9014 and 7777. i post my error in acis discord server too and they told me to use this code: but as i can see i dont have the problem in log in but my friends...
0 Zake Posted July 23, 2021 Posted July 23, 2021 21 minutes ago, thepsolartek said: i can login even i try 192.168.xxx.xxx or 127.0.0.1. the actual problem is that the others cant login in my server. i ve speak on phone with my network provider and they told me that they seems to be ok. the ports i ve opened is 2106 9014 and 7777. i post my error in acis discord server too and they told me to use this code: but as i can see i dont have the problem in log in but my friends... 9014 is pointless, did you add firewall exception for these 2 ports?
0 thepsolartek Posted July 23, 2021 Author Posted July 23, 2021 (edited) i found the solution. someone lock it Edited July 24, 2021 by thepsolartek
0 Zake Posted July 25, 2021 Posted July 25, 2021 On 7/23/2021 at 10:02 PM, thepsolartek said: i found the solution. someone lock it Topic locked
Question
thepsolartek
Hi i want to ask a question. if you want to open an acis server what changes you have to do in case you want to put a no-ip?
gameserver is like this:
# ================================================================
# Gameserver setting
# ================================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave *
Hostname = *
# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777
# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014
and loginserver is like this:
#=============================================================
# Loginserver
#=============================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname
Hostname = localhost
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
# The Loginserver host and port.
Edited by thepsolartekLoginHostname = *
LoginPort = 9014
12 answers to this question
Recommended Posts