-
### Describe the problem
when making images on docker containers on a linux machine. and using a MacBook to copy files to the folders not eh server for setup . or editing. etc. . Mac OS. creates ._DS…
-
I try to connect to a Palworld dedicated linux server v0.1.4.1. this is my script:
```
import { Rcon } from "rcon-client"
const rcon = await Rcon.connect({
host: "192.168.228.7", port: 255…
-
```
#Minecraft server properties
#Fri Apr 22 20:15:30 CST 2022
enable-jmx-monitoring=false
rcon.port=25575
level-seed=1036063482037999
gamemode=survival
enable-command-block=false
enable-query…
-
I am unable to to send commands to my ASA server and get a TimeoutError
with Source.RemoteConsole(host, int(port) as rcon:
await rcon.authenticate(password)
…
-
Issue the command `wither boot`. It eventually succeeds, but not before timing out with some communication to the previous server IP address.
```
Errno::ETIMEDOUT - Connection timed out - connect(…
-
Hey,
Some games like Squad, use multiple packets to send back big chunk of data. For instance, the `ListPlayers` can send more than one hundred lines. Those cannot fit in one single packet.
So d…
-
There are many issues with how RCON connections are handled on Minecraft servers, so special hacks are required to make them work robustly.
I took some time to review the decompiled Java source cod…
-
Hi there,
With the automatic unmuting and unfreezing, it says "TotalFreedom - Unmuting ". This is perfectly fine when it comes to TotalFreedom, however, other servers running TotalFreedomMod aren't c…
-
It would be great apart from receiving information from the server that you can also send commands for example status or kick etc.
-
The original purpose of this project was to handle a Minecraft's server whitelist from a remote Node.js sever. However, the real use case where I want to use this project is a server that cannot expos…