RESOURCES HUB
Premium
I would like to offer you for free this serverfile: Martysama 5.8 r642 p21 (latest version). It is a completely clean version, exactly as it is available on the official Martysama website.
For those familiar with Martysama, these serverfiles are based on Martysama's original systems and contain no backdoors. I make this gesture because I have recently been banned from the Martysama community for posting a config that I believe should have been included directly in the package I purchased.
This config should have been offered automatically when purchasing the server, but unfortunately the process involves an additional request, followed by approval, after which you will barely get access to it. For those planning to purchase Martysama in the future, I warn you to expect the following:
[*]Significant delays (5-7 days) in receiving a response to a simple ticket.
[*]Limited support, and any server related issues (not strictly serverfiles related) will require additional payment.
[*]In the attached archive you will find everything you need for installation. I hope you find this material useful!
Requires FreeBsd 14+
Download:
For those familiar with Martysama, these serverfiles are based on Martysama's original systems and contain no backdoors. I make this gesture because I have recently been banned from the Martysama community for posting a config that I believe should have been included directly in the package I purchased.
This config should have been offered automatically when purchasing the server, but unfortunately the process involves an additional request, followed by approval, after which you will barely get access to it. For those planning to purchase Martysama in the future, I warn you to expect the following:
[*]Significant delays (5-7 days) in receiving a response to a simple ticket.
[*]Limited support, and any server related issues (not strictly serverfiles related) will require additional payment.
[*]In the attached archive you will find everything you need for installation. I hope you find this material useful!
Requires FreeBsd 14+
C++:
pkg install -y mariadb1011-server gmake python python3 git
sysrc mysql_enable="YES"
service mysql-server start
mysql
SET PASSWORD FOR root@localhost=PASSWORD('ParolaTaMysql');
exit