self-host-csmm-support
textPage 85 of 373
50 messages on this page
Monday, December 5, 2022
User bddf69
We'll need a little more info than that to help you :(
Sunday, December 4, 2022
User 2ecfe9
See I made that initial assumption, and so I had them both deployed, but still couldn't get it work 😦
Wednesday, November 30, 2022
User bddf69
MySQL for persistent data (the bulk of data lives here)
Redis for ephemeral values (like keeping track of queues)
Redis for ephemeral values (like keeping track of queues)
User 374c5d
yes
User 2ecfe9
so both?
User 374c5d
redis & mysql
User 374c5d
.env is the correct nomenclature
User 2ecfe9
csmm is running locally along side the database. where im getting confused in the installation guide is the setting up of the .env file. I copy it, but what do I rename it to? just
.env.example.host.env? and i had assumed you either use MySQL or you use Redis, not both correct? These are my assumptions and I feel some of my assumptions might be screwing me over.Tuesday, November 29, 2022
User a83fb8
Awesome!
User bddf69
Is CSMM running on the same server as that database instance? Currently, you gave the user
csmm access to connect from 127.0.0.1 but if it's running somewhere else, that permission isn't good enoughUser bddf69
This should fix that: https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/pull/1376 :)
User 2ecfe9
How do I resolve this? csmm is a valid user, password is set correctly, has privs to 'csmm' database.

image.png
PNG • 5.1 KB
User 23fa64
Yes
User bfea38
Patreon?
User 23fa64
You can become a donor and use their instance.
User bfea38
who do i speak to about someone running the linux side oof the program, I have a windows based server, I want to be able to set server teleports etc.
Monday, November 28, 2022
User a83fb8
When players who use a custom nickname on my Discord server use the chatbridge, their original nickname from outside the Discord server is displayed ingame, wondering if I'm missing something or if that can't be changed
Sunday, November 27, 2022
User a83fb8
triple posting even, starting out with spanish OP in offtopic of all places XD
User a83fb8
where is that double posters deserve to die gif when you need it xD
Friday, November 25, 2022
User 99e348
good evening...
I want to ask how can I add a starter kit on my server?
And how to place an automatic map cleaner?
I want to ask how can I add a starter kit on my server?
And how to place an automatic map cleaner?
Thursday, November 24, 2022
User 20e450
Sweet, thanks
User 23fa64
Restart CSMM.
User 20e450
Yes
User 23fa64
Are you self hosting?
User 20e450
nvm, I'm a idiot. I just needed to go up a folder from root <a:Facepalm:506213596418539520>
User bddf69
It's on the digital ocean droplet, not your 7d2d server
User 20e450
Yeah, just not sure how to get to that. No /etc/ folder when I ftp in.
User bddf69
You can find it at /etc/csmm_version iirc
User bddf69
The env file is stored on the digital ocean droplet
Wednesday, November 23, 2022
User 20e450
I did the one-click setup for digital ocean
User 20e450
How do I access my .env file?
Do I need to setup an SQL server to track location and inventory, or is that stored on the hosted game server?
Do I need to setup an SQL server to track location and inventory, or is that stored on the hosted game server?
Tuesday, November 22, 2022
User 905c0a
A heartbeat every 9 minutes seems slow to me. Especially when filtering it out of the logs is as easy as
grep -v WebCommandResult_for_versionUser bddf69
It is not configurable. It's only happening because there is NOTHING else happening on your server. When CSMM does not receive any data from your server, CSMM has to somehow check that it is still connected. There's also a timeout on the actual HTTP request, if no data flies through for a certain amount of time, it gets closed
Monday, November 21, 2022
User 374c5d
as far as ping time its coded into csmm. CSMM is also open source, you have the option to download the files and create a patch for what you feel is a good amount of time to update the data from the server. This would also necessitate you hosting your own instance, but in theory, it is doable.
User 59cd3c
The server is permanently online. And the pings are not 1 per 4 hours. There 1 per 9 minutes.
User 374c5d
So if you're server goes down and csmm only checks 1 per 4 hours, it could have gone down right after the last check and chances are, unless you're playing on it or players are complaining, you won't know
User 59cd3c
why? All 9 min. is to much. Is there a setup to manage the ping time?
User 2593c2
I just did so going to try again ... it worked 🙂
(note to self had this payment step to my instruction I got saved in my discord on how to set up my server)
(note to self had this payment step to my instruction I got saved in my discord on how to set up my server)
User bddf69
Once players connect (or there's any other log lines really), that check stops happening
User bddf69
^ more specifically, it's how CSMM can knows your server is still responding when nothing else is happening
User a506fe
and thats a call from csmm to get some serverdata
User a506fe
every 9 minutes is hardly spamming
User 59cd3c
[Bug]: Terminal console spamming by WebConsole
2022-11-21T08:15:35 47690.247 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:24:35 48230.246 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:33:35 48770.215 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:42:35 49310.232 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:51:35 49850.194 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:00:35 50390.173 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:09:35 50930.149 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:18:35 51470.276 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:27:35 52010.320 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:36:35 52550.262 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:24:35 48230.246 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:33:35 48770.215 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:42:35 49310.232 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T08:51:35 49850.194 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:00:35 50390.173 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:09:35 50930.149 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:18:35 51470.276 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:27:35 52010.320 INF Executing command 'version' by WebCommandResult_for_version
2022-11-21T09:36:35 52550.262 INF Executing command 'version' by WebCommandResult_for_version
User a506fe
Set csmm donor tier to enterprise in your. env file
User a506fe
You re self hosting
User aee541
No content



