Where to work on updates/connect to local system? #6335
Replies: 1 comment 4 replies
-
Hi there, (Networking is my Kryptonite, but I have enough experience with this system, fighting with my NAS, running containers on my NAS, containers locally, and a very funky router setup to have some advice for this) The IP entries in the So if you are testing locally everything lives at and is listed at When you eventually open your server to the wider internet and put your WAN IP in If you're running SQL commands live, I think we cache most data that we load from SQL, so restart your server after you send in those commands. Obviously make sure you're connecting and modifying the database on the correct machine, etc. For settings (the Lua files in As general rules:
|
Beta Was this translation helpful? Give feedback.
-
Good Morning!
I am working on a private server for my own entertainment, and possibly have my friends connect later on down the road.
I have two questions that are leaving me to beat my head against the wall, and I cannot find the answers for the life of me.
I have the server created on a VM in my ESXI host on a different server in my local network. Currently I have my Sql databse left as 127.0.0.1 as instructed in the set up guide. I have updated the ashita launcher to point to my server from my local desktop (Main gaming system). I can launch the game perfectly fine, however none of the settings that I have implemented are being loaded.
Testing this I had it set the gil at start to be 1M just to ensure everything was working. Upon loading the game, I do not have the gil, and even worse, when i check the sql database under the char folder, the character that I created, does not show up. leading me to believe that I am not connected to the server. When launching the game, it says "connected to "My Gaming PC Name", instead of the server.
I ran the sql cmd to change the ipr route to the 192.168.XXX.XXX IP for my server, and that still did not update anything.
My questions are:
1: How do i get my desktop PC to connect to my server on the same network?
2: When working on settings/scripts in the server, do we use notepad, or can i work in visual studio, and then "build all" once i have finished making changes?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions