how to create channel on the server?

04/05/2021 21:25 emilsonvl#1
does anyone know how to create more than one channel on the server?
ex: global Dekaron has
Divine
Kalibus
No-PK (how do I create a No-PK channel?)
04/05/2021 22:07 [DEV]Dekaron#2
you will need run 3x Dekaron server all with different port:

Example:
Channellist.csv on client side
127.0.0.1,34567,Divine
127.0.0.1.34568,Kalibus
127.0.0.1,34569,NonPK

All server should have different port in settings and that's all what you need.
its really easy to do this.
04/06/2021 06:18 emilsonvl#3
Group Channel Index IP Port Name Chaotic
0 1 192.1.1.1 50005 Divine 0
0 2 192.1.1.1 50006 Kalibus 0
0 3 192.1.1.1 50007 No-PK 0

I did it like that and it didn't work
04/06/2021 12:13 thirdeye42#4
.
Quote:
Originally Posted by emilsonvl View Post
I did it like that and it didn't work
.
Quote:
Originally Posted by [DEV]Dekaron View Post
you will need run 3x Dekaron server
04/06/2021 15:30 emilsonvl#5
it didn't work when I'm going to run the second server
04/06/2021 18:50 [DEV]Dekaron#6
Quote:
Originally Posted by emilsonvl View Post
it didn't work when I'm going to run the second server
ok simple tree of server for channel

SERVER's DEKARON
3 folders with DEKARON SERVER and share (share can be the same)

SERVER Divine - Channel 1 IP 127.0.0.1,34567
Dekaronserver - file config
Line; DEKARON_PORT = 34567

server in share - file channellist must have only different port
0,0,127.0.0.1,34567,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Kalibus - Channel 2 IP 127.0.0.1,34568
Dekaronserver - file config
Line; DEKARON_PORT = 34568
Line: Channelindex = 1 change to 2

server in share - file channellist must have only different port
0,0,127.0.0.1,34568,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Non PK - Channel 3 IP 127.0.0.1,34569
Dekaronserver - file config
Line; DEKARON_PORT = 34569

server in share - file channellist must have only different port
0,0,127.0.0.1,34569,CLIENT TEST,0
------------------------------------------------------------------------------------

client side only channel list
04/07/2021 02:00 emilsonvl#7
Quote:
Originally Posted by [DEV]Dekaron View Post
ok simple tree of server for channel

SERVER's DEKARON
3 folders with DEKARON SERVER and share (share can be the same)

SERVER Divine - Channel 1 IP 127.0.0.1,34567
Dekaronserver - file config
Line; DEKARON_PORT = 34567

server in share - file channellist must have only different port
0,0,127.0.0.1,34567,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Kalibus - Channel 2 IP 127.0.0.1,34568
Dekaronserver - file config
Line; DEKARON_PORT = 34568

server in share - file channellist must have only different port
0,0,127.0.0.1,34568,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Non PK - Channel 3 IP 127.0.0.1,34569
Dekaronserver - file config
Line; DEKARON_PORT = 34569

server in share - file channellist must have only different port
0,0,127.0.0.1,34569,CLIENT TEST,0
------------------------------------------------------------------------------------

client side only channel list
I created 3 folders each as a name
01 Divine
02Kalibus
03NON-PK

so I configured the ports in Config.ini inside them
so I configured the ports on the Shere pas server and on the client and even then
server disconected in dbmon all the time
04/07/2021 18:51 [DEV]Dekaron#8
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

if you get DC check IPList in dekaronserver folder

another one thing if if you use external IP and you forward ports then you should know what to do.

Guys pleas stop making mess, i give you a proper configuration not my problem that you are unable to do this properly.

Another one things i forgot write that there must be change one line in config.ini
Channel_index = 1 ust be change to 2 for second channel
for another one need be change to 3 etc... etc.... + one more thing remmeber to add IP what you have in client to the IPList.csv when you use GM or DEV character if not use you no need to worry about that.

And like i suspect how this will work with that kind of port

:):):):):):):):) i have no idea, how we can use port 80008 when maximum port for TCP is 65535
[Only registered and activated users can see links. Click Here To Register...]
05/20/2021 02:01 renglis#9
Thanks for this tip [DEV]Dekaron. I was able to follow the tip provided above as follows

DekaronServer(Folder)
> CH DK 1 Folder
> CH DK 2 Folder

And set the config.ini as instructed. What I am unclear is if we need to run 2 separate DekaronServer.exe for each channel? I tried running another instance of DekaronServer.exe. unfortunately didnt work for me..

I guess I am doing it incorrectly... if its not too much to ask how this part work I certainly would appreciate the enlightenment. If not, totally understand and respect it.
05/20/2021 15:30 [DEV]Dekaron#10
Quote:
Originally Posted by renglis View Post
Thanks for this tip [DEV]Dekaron. I was able to follow the tip provided above as follows

DekaronServer(Folder)
> CH DK 1 Folder
> CH DK 2 Folder

And set the config.ini as instructed. What I am unclear is if we need to run 2 separate DekaronServer.exe for each channel? I tried running another instance of DekaronServer.exe. unfortunately didnt work for me..

I guess I am doing it incorrectly... if its not too much to ask how this part work I certainly would appreciate the enlightenment. If not, totally understand and respect it.
RED is your answer :)

in second configuration for second channel change
Channel_index = 1 must be change to 2 for second channel

Example:
Main channel server
config.ini
line: Channel_index = 1

Subchannel channel 2
config.ini
line: Channel_index = 2

is that hard read
05/20/2021 20:49 renglis#11
Quote:
Originally Posted by [DEV]Dekaron View Post
RED is your answer :)

in second configuration for second channel change
Channel_index = 1 must be change to 2 for second channel

Example:
Main channel server
config.ini
line: Channel_index = 1

Subchannel channel 2
config.ini
line: Channel_index = 2

is that hard read
Thanks [DEV]Dekaron, not really that hard to follow, I was able to follow everything you provided. from setting the folders and changes in config.ini\channellist.csv.

Found what I was missing. forgot to add the exe's on DEP for it to work. and read the share folder. all good now.

I am having issue with messenger server, when switching channels.
05/20/2021 22:31 [DEV]Dekaron#12
if I'm right you will need edit messenger.exe
05/20/2021 23:17 renglis#13
Yep i think that's what it is, not sure if someone can help me with that area
05/21/2021 00:01 [DEV]Dekaron#14
ask guesswho but prepare your wallet :)
05/21/2021 01:13 renglis#15
Quote:
Originally Posted by [DEV]Dekaron View Post
ask guesswho but prepare your wallet :)
Yeah totally understandable. if only its a per project investment not an hour investment I will be interested for the fix....