Skip to content

Issues with TFB Dev?

Simon Fugl edited this page May 20, 2023 · 3 revisions

Coder database issues

Note: Don't forget to close your servers before this ;)

If plugins are unable to connect to the database or similar, make sure the database is OK with this command
sudo service mariadb start && sudo mysql -u root < /home/Fuglen/TFB-Network/.devcontainer/init.sql

Coder port forwarding

Authenticate with Coder with this command in a terminal coder login coder.theflyingbirds.net and paste the token back into the terminal.

Open the Minecraft default port with this command in a terminal coder port-forward myworkspace --udp 25565:25565.
Currently public port forwarding is not supported, we cannot join eachothers workspaces.

How do you kill a server that's using your port so you can't re-open the server?

The problem:

image

Using the command

killall -9 java

We can kill all process that's running java, and you should be able to start the servers agian.