self-host-csmm-support

textPage 52 of 373
50 messages on this page
Saturday, July 22, 2023
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Which admin token command did you use?
Avatar for 7e3e7e95f2693c095d636fd1179584da75062b6206f5f5ece5a25d5ceb8fb00b
User 7e3e7e
Oh, now I'm getting a lot of
WRN Invalid Admintoken used
in the console
Avatar for 7e3e7e95f2693c095d636fd1179584da75062b6206f5f5ece5a25d5ceb8fb00b
User 7e3e7e
Okay, had to install Allocs Fixes and use
webtokens_legacy
Avatar for 7e3e7e95f2693c095d636fd1179584da75062b6206f5f5ece5a25d5ceb8fb00b
User 7e3e7e
There's no
ControlPanelPort
in the config xml. There's just
WebDashboardPort
. Is that it?
Avatar for 7e3e7e95f2693c095d636fd1179584da75062b6206f5f5ece5a25d5ceb8fb00b
User 7e3e7e
  • I'm running a server with following ports used:
    <property name="ServerPort"                        value="26900"/>    
    <property name="WebDashboardPort"                value="26896"/>                <!-- Port of the web dashboard -->
    <property name="WebDashboardUrl"                value="http://192.168.1.67:26896/"/>        
    <property name="TelnetPort"                        value="26897"/>                <!-- Port of the telnet server -->
  • version
    command outputs:
Game version: Alpha 21 (b324) Compatibility Version: Alpha 21
Mod 1CSMM_Patrons: 23.4
Mod TFP_CommandExtensions: 21.0.318.0
Mod TFP_MapRendering: 21.0.318.0
Mod TFP_WebServer: 21.0.318.0
Mod TFP_MarkersExample: 21.0.318.0
  • I'm running csmm on docker with the following docker-compose.yaml:
version: "3.7"

services:
  csmm-web:
    #build: .
    image: catalysm/csmm
    environment:
      NODE_ENV: "production"
    env_file: .env
    ports:
      - 1337:1337
    restart: unless-stopped
    entrypoint: ["npm", "run", "start:app"]
  csmm-worker:
    #build: .
    image: catalysm/csmm
    environment:
      NODE_ENV: "production"
    env_file: .env
    healthcheck:
      disable: true
    restart: unless-stopped
    entrypoint: ["npm", "run", "start:worker"]

  csmm-migrations:
    #build: .
    image: catalysm/csmm
    environment:
      NODE_ENV: "production"
    env_file: .env
    healthcheck:
      disable: true
    entrypoint: ["sh", "-c", "npm run wait-for:db && npm run db:migrate"]
  • .env is pointing to my host database and redis already running on the host
  • webtokens list
    outputs one API token with level 0, name and secret
When I try to add the server through my csmm I get this
CSMM could not connect to your server. CSMM tried to send a GET request to /api/getstats but failed to get a response. Usually this means you entered a bad IP and/or port. Make sure you enter the web API port of your server that was added by Allocs Fixes. This is NOT the telnet port and also NOT the port used by players to connect. 
. I used 26896 as the Web API port. Seems that's not the port needed. How can I tell which port to use (which port was added by Allocs Fixes)?
Avatar for aee541746e268e44e47a2c9b5a7d9236a76b59837f2dad43622fd77182acd4d8
User aee541
No content
Wednesday, July 19, 2023
Avatar for 62f6fb7536f36f2bc883d90d9f396804e6c399fa1f984e2594b780d66e3fdec0
User 62f6fb
Wow, it works. Thank you.
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
teleportplayer ${player.entityId} 100 -1 100;sayplayer ${player.entityId} "Welcome to Market!"
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
and use spaces between parameters in a command
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
so just market not !market
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
csmm will handle that automatically
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
dont use prefix in the commandname
Avatar for 62f6fb7536f36f2bc883d90d9f396804e6c399fa1f984e2594b780d66e3fdec0
User 62f6fb
can you show me some examples how this work
image.png

image.png

PNG15.2 KB

image.png

image.png

PNG26.4 KB

Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Is it possible to install it?
Avatar for ad9e54ef6a2f8fe76a73695bcd9dee90d13482fefd7cd7003bc18ad99b7acfeb
User ad9e54
@User 22055452docker is not installed on the datacenter
Tuesday, July 18, 2023
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
With Docker you get prepacked containers that already have all the code and dependencies in them, you can just run them
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
I think the easiest way will be to use Docker to run CSMM, even on Windows
Avatar for ad9e54ef6a2f8fe76a73695bcd9dee90d13482fefd7cd7003bc18ad99b7acfeb
User ad9e54
all good health!
Does anyone have experience installing cnmm on windows?
if I understand correctly, i need a node.js and an archive from git. what to do with the archive?
Monday, July 17, 2023
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Hiya, answered in the ticket :)
Avatar for 26a16290b27b3d44c331b1ae43290bd1772d5b0ae9f18a5f5e9c868d1de57281
User 26a162
I donated from paetron, but where do I create and manage the server?
Sunday, July 16, 2023
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
moving post
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Okay, this is for self host support.
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
I'm sorry
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
no
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
This should be in #csmm-support too.
You're not self hosting CSMM are you?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
I am getting this now
image.png

image.png

PNG28.4 KB

Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
I can, you can add CSMM now.
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
just forwarded 8080-8082 can you see if you can see it now
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
It's not coming up for me, so looks like you need to forward your ports.
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
so 76.142.17.201:8082?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
external ip is
76.142.17.201
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
You wouldn't see it on your external IP though, it would be your internal IP.
But, for us to see it, you would need your external IP.
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
It would be your external IP address and port, like this.
http://135.148.151.53:23615/static/index.html
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
how do I find that
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
No content
image.png

image.png

PNG41.2 KB

Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Okay, what is your allocs map address?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
I host the 7dtd server on a box I own yes
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
You're hosting yourself?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
yes sir
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Okay, so your webdashboard port is 8080?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
8082 is the Alloc port
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
And, which port was that?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
I subscribe to patreon so I'm at a lose
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
8082
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Which port are you adding?
Avatar for 617006d1bbdac384f4a9590a3e5f06283429fdfa3f72d43b2451411e2b24fc73
User 617006
would someone be kind enough to help me set up CSMM I can't get my server to connect to the website. I have port right but its not connecting
Saturday, July 15, 2023
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
visitmap
, yes.
Avatar for bbeab6fa8af96f60b4eb0ecc9471e10299d5a1d8d9f4f0b3c2f42a4978929d93
User bbeab6
Okay, thankyou.
rendermap need to exec?
Avatar for 23fa6481638002a74556b9cac6e9e906cdf12551a21ddd6d0b0134fc009c8f88
User 23fa64
Okay, after a restart, you can run the
visitmap
command.
Avatar for bbeab6fa8af96f60b4eb0ecc9471e10299d5a1d8d9f4f0b3c2f42a4978929d93
User bbeab6
Set to True