self-host-csmm-support
textPage 62 of 373
50 messages on this page
Wednesday, June 21, 2023
User a506fe
CPM is an excellent addition to CSMM. I would keep it when going to use CSMM
User 0091bf
Qucik question. Got CPM running atm but wanna switch to CSMM. Do i have to delete all CPM files at first?
Wednesday, June 14, 2023
User efaa80
it was actually
GameName that changed itUser efaa80
found it!
C:\Users\<username>\AppData\Roaming\7DaysToDie\Saves\Navezgane\My GameUser 23fa64
for ServerName?
User 23fa64
Should be the same as any other install.
User efaa80
...but i can't find a folder representing it or the old name
User efaa80
i changed the
ServerName value and everyone lost their progressUser efaa80
is there normally a
savegames folder for the steamcmd install?User 23fa64
otherwise I would just do this in...
Looks over shoulder
User efaa80
hmmm, I do still have another linux box.
User efaa80
understood. i only have one spare machine, on which i also need to run Ableton Live, otherwise I would just do this in...
User 23fa64
We can provide help on linux installs.
Windows installs are few and very far between, and we don't usually help with those.
User efaa80
there's a
prerequisites section of their wiki, but it's all linux-oriented, but there's a big chunk of text saying "This is not linux-only," so I'm a bit confused.Tuesday, June 13, 2023
User efaa80
(this is with alloc's server fixes, not csmm, but i was hoping someone else had seen this)
User efaa80
am i maybe missing a .net runtime?
User efaa80
2023-06-13T19:01:15 89.175 EXC Could not load file or assembly 'WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.```
User efaa80
any thoughts on what would cause this?
User bddf69
Nice one!
Monday, June 12, 2023
User 0c9ce1
So odd. I ended up starting from scratch all over again because I learned a big no no for ubuntu that I couldn't recover from. Installed caddy and configured the domain name, this time Discord let me have an http instead of an https in the URI so I was either missing something format related yesterday during that side of things, or something changed with using the domain instead of the IP. Thanks for your help Catalysm.
Sunday, June 11, 2023
User 0c9ce1
I pulled the trigger on a domain anyways, I’ll let you know the outcome when I’m back at my desk this evening.
User 0c9ce1
I tried to do it http://#.#.#.#… on discord but it rejects it for the author redirect URI
User 23fa64
Domains are so cheap.
User bddf69
Fwiw, you can get a single domain and use it for anything you selfhost csmm.spitfire.com other.spitfire.com etc
User bddf69
You could get it to work on just an IP if you wanted, but domain with TLS is way more secure
User 0c9ce1
I’m just going to bite the bullet on a cheap domain. Was doing this as a POC to make sure I was smart enough before going full send on it. I’ll report back after I get the domain and ssl set up.
User bddf69
Do you have https on your IP? It's not normal to have, so I'd wager you actually want http in that url? Or https with the domain name, not IP
User 0c9ce1
Sorry did that to mask my shit because I am not confident in my ability to make things secure yet
User 0c9ce1
Yeah, its actual numbers there lol
User 23fa64
Did you add your
serverip?User 0c9ce1
Hello, first time doing a self hosted install for CSMM, and things are going pretty smooth. I am encountering an issue around the discord authorization. The window pops up with the permissions required, but when I click Authorize the redirect link is broken. I have it set as
Another interesting thing that I think is related is that none of the https requests work, but regular http does. What am I missing?
https://*myactualserverip*/auth/discord/returnAnother interesting thing that I think is related is that none of the https requests work, but regular http does. What am I missing?
User a506fe
<:Angry_Belgian:479231263128158208>
User a506fe
those darn Russians at it again?
User dff6f3
Working on the new droplet and IP 🤷♂️
User bddf69
It might be a intermittent issue on Steams end, could be that it's solved if you retry in a bit
User bddf69
That would be very unlucky 😄
User dff6f3
I'll try spinning up another in a different region in the event I landed on a blacklisted IP or something.
User dff6f3
Nope, out of the box droplet using the the app from the catalog. I ran through the setup wizard and ran apt to update any packages but that's it.
User bddf69
So that is CSMM trying to fetch config from Steam but failing (with a pretty generic error <.<)
User bddf69
No proxies active or anything?
The crux of the error is here
Failed to discover OP endpoint URL {"name":"InternalOpenIDError","openidError":{"message":"No providers found for the given identifier"}User dff6f3
I disabled ufw as a test and the same behavior still occurs
User bddf69
Hmm do you have any firewall active on there? It looks like the droplet cannot reach Steams OpenID servers
User dff6f3
Howdy folks. I am trying to setup an instance using the Digital Ocean template but I am running into an issue. The instance is up and running (I can get tot he welcome page) but every time the Sign in through Steam" or "Add your server" links are clicked, the page simply refreshes.
Looks like an OpenID error. I've triple checked all the Steam and Discord API info and even reset the keys.
Ideas?
Jun 11 13:15:59 DROPLET_NAME csmm[12503]: [app] #033[33mwarn#033[39m: POLICY - isLoggedIn - MY_IP is not logged in, redirecting to /sdtdserver/addserver Jun 11 13:15:59 DROPLET_NAME csmm[12503]: [app] #033[32minfo#033[39m: GET 302 /sdtdserver/addserver Jun 11 13:15:59 DROPLET_NAME csmm[12503]: [app] #033[33mwarn#033[39m: Fake next called, this is weird behavior... Failed to discover OP endpoint URL {"name":"InternalOpenIDError","openidError":{"message":"No providers found for the given identifier"},"stack":"InternalOpenIDError: Failed to discover OP endpoint URL\n at /usr/src/app/node_modules/@passport-next/passport-openid/lib/passport-openid/strategy.js:249:52\n at /usr/src/app/node_modules/openid/openid.js:757:14\n at /usr/src/app/node_modules/openid/openid.js:547:13\n at /usr/src/app/node_modules/openid/openid.js:503:11\n at /usr/src/app/node_modules/openid/http.js:41:9\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"} Jun 11 13:15:59 DROPLET_NAME csmm[12503]: [app] #033[32minfo#033[39m: GET 302 /auth/steam Jun 11 13:15:59 DROPLET_NAME csmm[12503]: [app] #033[32minfo#033[39m: GET 304 /
Saturday, June 10, 2023
User 072e3d
already working, thanks! good work
User 072e3d
ohhh fck didnt saw it sorry!
User bddf69
Ah bots faster than me 😄
User bddf69
Have you added yourself as a CSMM admin?
User aee541
No content
User 072e3d
''' Something went wrong while adding your server!
Join our Discord for support.
This instance is private and only CSMM system admins can add servers.
This instance is private and only CSMM system admins can add servers.
