Skip to content

You are not using the same version as this server (1.4.3.6) #138

@w3k5

Description

@w3k5

Hello everyone!
Maybe anybody can help me.
I started server with docker using the latest version of container ryshe/terraria
Logs from container
image
Here we see that container started server with version 1.4.3.6

Im trying to connect to the server with TModLoader client (from steam) which using the same version (1.4.3.6) but Im getting error "You are not using the same version as this server"

image

What I do wrong? Maybe I shouldn't use TModLoader for connect? Never did Tshock server before.

Full compose file

version: '3'

services:
  tshock:
    image: ryshe/terraria
    ports:
      - '7778:7777'
    restart: unless-stopped
    network_mode: bridge
    environment:
      - WORLD_FILENAME=tshock.wld
    volumes:
      - tshock:/root/.local/share/Terraria/Worlds
    tty: true
    stdin_open: true
volumes:
  tshock:
    driver: local

UPD: IP for connect t2.weksik.ru

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions