Jump to content
Sign in to follow this  
Rohkiel

Help at cero

Recommended Posts

Hi, i'm going to start a private server, i have a lot of files here, i did download a Mega Pack with clean files, clients, scripts/others...

So my question is, how I can do theserver works?

I did put my serverfiles modified in SQL Express 2014, the .exes are working fine, but how can I configure cliente to connevt them fine, and then how to implement the website in a good way?

I do count with a host dedicated for this, and i know very much about programming .Lua and database files. But I have never make a server works before...

Thanks and cheers from Chile!

Share this post


Link to post
Share on other sites

Well you would need a client, grab the txt files from your game server resources folder, stick them in the clients table folder and compile them. 

Then you'd need an IP changer, put your IP in there etc.

First things first, can you connect locally to your server?

Then you need to enable TCP/IP on your SQL Server, allow ports through your firewall, make sure you can see them - canyouseeme.org

Once you've done all that you can considering setting up your web server for the website side of things.

 

You already have a dedicated server?

 

Edited by LikeAlcohol

Share this post


Link to post
Share on other sites

la wea fome ... https://pkodev.net/index.php?/forum/13-guides/ there are many guides that may are useful to you.


about the website, registration/login can be done within AccountServer database, account_login table
fields to fill:
name( varchar 50, but you wont be able to use it at all, keep its length less than 16 )
password ( an md5 upercase string )

 

edit ----

and don't allow all ports, there is only 1, for each gateserver which should be open ( read the cfg section ToClient )

Edited by Totoka

Discord: andresc

Share this post


Link to post
Share on other sites
2 hours ago, Totoka said:

edit ----

and don't allow all ports, there is only 1, for each gateserver which should be open ( read the cfg section ToClient )

 

Yeah, if it's just one gateserver it should just be 1973 usually.

Edited by LikeAlcohol

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...