-
Notifications
You must be signed in to change notification settings - Fork 0
Issues with TFB Dev?
Simon Fugl edited this page May 20, 2023
·
3 revisions
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
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.
The problem:
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.