[EP8] Docker repack

you don´t need the .trc files. The .log files ist just enough to tell you, where is an error
9417d149-51e0-40b6-a239-8f01e1a1ba49 - [EP8] Docker repack - RaGEZONE Forums

ineed for this. ifix already tnx
 
KUDOS to you Hari! I have been researching on this forum for the last couple of days on how to setup server.
And the docker repack you have done is truly magnificient! Thank you my friend for doing this!

I do however have difficulty in finding a working client. Emerald client crashed on login.

Perhaps you can PM me or share a working client with me?
 
KUDOS to you Hari! I have been researching on this forum for the last couple of days on how to setup server.
And the docker repack you have done is truly magnificient! Thank you my friend for doing this!

I do however have difficulty in finding a working client. Emerald client crashed on login.

Perhaps you can PM me or share a working client with me?
there's the auom files that is already listed there.
 
Indeed, Microsoft updated MSSQL containers.

To fix this for new installations, you need to change the connection string in the files:
Code:
/home/_server_data/sh/scripts/functions.sh
/home/_server_data/sh/scripts/server_create.sh

From:
Code:
/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1

To:
Code:
/opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1

You don't need to reinstall. Just update the file and recreate the server.
After a while, I will also update the files in the release.

P.S. If you tried to fix it yourself by installing MSSQL Server, tools, etc. - you should reinstall the server.
b0eca7c8-e3a8-458f-a73c-1a66ea4af276 - [EP8] Docker repack - RaGEZONE Forums

mr hari how to fix this
 
This Cabal Online server management system is based on Docker containers.

This repack provides great opportunities to automate your Cabal Online server, as well as high stability and protection from certain types of attacks.
I hope that the quick installation and setup will help newbies get involved in Cabal Online development faster.

This release consists of two parts:
1. A simple installer that is suitable for most admins.
2. Project source files, which you can modify as you wish.

OS used:
Debian 11 - stable, tested on live servers
Debian 12 - not tested on live servers

If you know how to work with Linux, it will also not be difficult for you to modify the installer to work on other OSes.

Typically Debian does not allow remote connections for the root user.
If your username is not root, you need to run the following commands to enable this:
Bash:
sudo echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config
sudo passwd root
(enter new password for root)
Bash:
sudo systemctl restart ssh
Then reconnect using root.


Simple installation
[Hidden content]


Building a container from source (for devs)
[Hidden content]


Additional server files
The files are taken from the releases on the forum and are provided "as is".
Discussion of bugs, etc. - in the topics of the corresponding releases.

[Hidden content]
Nice tutorial, server up without no problems! o silly question this server can manage NAT connections?
 
Back