Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[EP8] Docker repack

Two three time setup debian11 and debian 12, still problem login root password any solution to fix this issue? Pls help
 
Pls share link febian11 can run id root and password no have any issue about this
 
Pls share link febian11 can run id root and password no have any issue about this

1. Install Debian.
2. Log in to the virtual machine interface (not putty!) using the root username and password.
3. Execute Commands:
Bash:
echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config
systemctl restart ssh
4. Connect to the server using WinScp/Putty with the username and password root.
 
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]
awesome! testing soon. hehe
 
Hope you can provide a little guide on how to host a website in this Docker that can use any website released here
 
Hope you can provide a little guide on how to host a website in this Docker that can use any website released here
When I have time, I will try to prepare a guide. But don't expect every site to work. Many of the older sites posted here are written in PHP 5 and I don't see the point in doing anything for them.

Websites written in PHP 7+ can be launched on modern Linux. Previously, I used the pdo_dblib driver, which required some adjustments in the site code written for pdo_sqlsrv. I will need to try setting up pdo_sqlsrv for Linux.
 
When I have time, I will try to prepare a guide. But don't expect every site to work. Many of the older sites posted here are written in PHP 5 and I don't see the point in doing anything for them.

Websites written in PHP 7+ can be launched on modern Linux. Previously, I used the pdo_dblib driver, which required some adjustments in the site code written for pdo_sqlsrv. I will need to try setting up pdo_sqlsrv for Linux.
It will be very useful to us, we will just find a way on how to adjust those needed versions of each drivers.
 
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]
Did all the steps for preparing and creating the server, but I have got this error:
1720732407791 - [EP8] Docker repack - RaGEZONE Forums
 
It is necessary to look at what is in the logs. But I can assume that you specified an incorrect user/password for the DB when creating the server.
I will check again. Thank you for your suggestion!

It is necessary to look at what is in the logs. But I can assume that you specified an incorrect user/password for the DB when creating the server.
After changing DB credentials everything seems to be ok but can't connect to Datbase. I am having this error.
1720812120231 - [EP8] Docker repack - RaGEZONE Forums
And when try to use TDChien have this error:
1720812177008 - [EP8] Docker repack - RaGEZONE Forums
. How do I solve these? And where can I find thegame files as CabalMain.exe to start the server to see if everything is ok?
 
Last edited:
I will check again. Thank you for your suggestion!


After changing DB credentials everything seems to be ok but can't connect to Datbase. I am having this error. View attachment 263776And when try to use TDChien have this error:View attachment 263777. How do I solve these? And where can I find thegame files as CabalMain.exe to start the server to see if everything is ok?
You may be using the wrong mssql IP or port.
Or your virtual machine is not configured properly (usually you need to select the network type - bridge).

 
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]
Is there any command to change the server time?
 
Back