stayintarkov / SIT.Docker

https://hub.docker.com/r/stayintarkov/stayintarkov
MIT License
23 stars 23 forks source link

Registration Failed #9

Closed Codgedodger closed 6 months ago

Codgedodger commented 6 months ago

Image - stayintarkov/stayintarkov:latest

SPT-AKI 3.8.0 Sit-Coop 1.6.4

Docker installation on remote server runs correctly but when external PC is connected and prompted to create a user through the AKi.Launcher , error received is 'Registration Failed'. Profile folder on server shows the creation of the file. Logs don't give any further context clues.

Ports were changed as they interfered with my Ceph cluster running on docker as well.

Docker-compose

  tarkov-coop-server:
     container_name: tarkov-coop-server
     image: stayintarkov/stayintarkov:latest
     restart: unless-stopped
     network_mode: bridge
     ports:
         - "6769:6969"
         - "6770:6970"
         - "6771:6971"
     environment:
       PUID: 1000
       PGID: 1000
     volumes:
       - $DOCKERDIR/appdata/tarkov-coop:/opt/server

Docker logs

04/25/2024
07:38:26 PM
│ SPT-AKI 3.8.0                           │
04/25/2024
07:38:26 PM
│ https://discord.sp-tarkov.com           │
04/25/2024
07:38:26 PM
│                                         │
04/25/2024
07:38:26 PM
│ This work is free of charge             │
04/25/2024
07:38:26 PM
│ If you paid money, you were scammed     │
04/25/2024
07:38:26 PM
│ Commercial use is prohibited            │
04/25/2024
07:38:26 PM
└─────────────────────────────────────────┘
04/25/2024
07:38:26 PM
ModLoader: loading 1 server mods...
04/25/2024
07:38:26 PM
Mod: sit-coop version: 1.6.4 by: Paulov and SIT Team loaded
04/25/2024
07:38:26 PM
COOP MOD: Coop Config Loading >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
04/25/2024
07:38:26 PM
COOP MOD: Coop Config loaded.
04/25/2024
07:38:26 PM
COOP MOD: Coop Config Loading >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
04/25/2024
07:38:26 PM
COOP MOD: Coop Config loaded.
04/25/2024
07:38:26 PM
Server: executing startup callbacks...
04/25/2024
07:38:27 PM
Importing database...
04/25/2024
07:38:27 PM
SIT: TCP Relay WebSocket is listening on 6970
04/25/2024
07:38:27 PM
SIT: TCP Nat Helper WebSocket is listening on 6971
04/25/2024
07:38:31 PM
SIT: UPNP: UPnP request timed out. Ignore if port forwarding or direct connection is in place.
04/25/2024
07:38:32 PM
Database import finished
04/25/2024
07:38:38 PM
Started webserver at http://0.0.0.0:6969
04/25/2024
07:38:38 PM
Started websocket at ws://0.0.0.0:6969
04/25/2024
07:38:38 PM
Server is running, do not close while playing SPT, Happy playing!!
04/25/2024
07:38:43 PM
[Client Request] 192.168.1.73 \launcher\ping
04/25/2024
07:38:48 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:50 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:50 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:52 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:57 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:58 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:38:58 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:39:00 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:39:01 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:39:07 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:39:49 PM
[Client Request] 192.168.1.73 \launcher\ping
04/25/2024
07:39:51 PM
[Client Request] 192.168.1.73 \launcher\profile\login
04/25/2024
07:40:32 PM
[Client Request] 192.168.1.73 \launcher\server\connect
04/25/2024
07:40:32 PM
[Client Request] 192.168.1.73 \launcher\ping
04/25/2024
07:40:32 PM
[Client Request] 192.168.1.73 \launcher\server\version
devbence commented 6 months ago

"it works on my pc" you need to follow up with the ports that you changed to in your configs.

this is not SIT.Docker issue, im closing this, join us on discord, i can have a look.