You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A MySQL database located on the same server is recommended for best performance. [Mysql](https://dev.mysql.com/downloads/mysql/)**(TCAdmin Supports MySQL 8 Password Encryption for Authentication)**
35
+
- A MySQL database located on the same server is recommended for best performance. [MariaDB](https://mariadb.org/download)**(TCAdmin Supports MySQL 8 Password Encryption for Authentication)**
36
+
35
37
#### Required by almost all games
38
+
36
39
-[Microsoft Visual c++ **(x64)**](https://aka.ms/vs/17/release/vc_redist.x64.exe) 2015 to 2022
37
40
-[Microsoft Visual c++ **(x86)**](https://aka.ms/vs/17/release/vc_redist.x86.exe) 2015 to 2022
| CentOS | 8 | No | LTS End December 31, 2021 (Moved to Centos stream) |
60
+
| CentOS Stream | 8 | No | LTS End May 31 2024 |
61
+
| CentOS Stream | 9 | Yes | In Support |
61
62
62
63
<br />
63
64
@@ -82,54 +83,62 @@ If you accidentally install Mono 4 you must uninstall it before installing Mono
82
83
#### Install Mono 6.0 or greater
83
84
84
85
[Add the Xamarin repository from mono-project.com](https://www.mono-project.com/download/stable/#download-lin-centos)
85
-
Then execute:
86
+
Then execute:
87
+
88
+
```bash
89
+
yum install mono-complete mono-basic xsp
90
+
```
86
91
87
-
```bash
88
-
yum install mono-complete mono-basic xsp
89
-
```
90
92
Install 32bit libraries for steamcmd and 32bit games: [SteamCmd Libraries](https://developer.valvesoftware.com/wiki/SteamCMD#32-Bit_Libraries_on_64-Bit_Linux_Systems)
91
93
Execute these commands to install other dependencies.
- A MySQL database located on the same server is recommended for best performance. [MariaDB](https://mariadb.org/download)**(TCAdmin Supports MySQL 8 Password Encryption for Authentication)**
96
100
97
101
### Debian 64bit
98
102
99
103
#### Install Mono 6.0 or greater
100
104
101
105
[Add the Xamarin repository from mono-project.com](https://www.mono-project.com/download/stable/#download-lin-centos)
102
-
Then execute:
106
+
Then execute:
107
+
108
+
```bash
109
+
apt-get install mono-complete mono-vbnc mono-xsp
110
+
```
103
111
104
-
```bash
105
-
apt-get install mono-complete mono-vbnc mono-xsp
106
-
```
107
112
Install 32bit libraries for steamcmd and 32bit games: [SteamCmd Libraries](https://developer.valvesoftware.com/wiki/SteamCMD#32-Bit_Libraries_on_64-Bit_Linux_Systems)
108
113
Execute these commands to install other dependencies.
- A MySQL database located on the same server is recommended for best performance. [MariaDB](https://mariadb.org/download)**(TCAdmin Supports MySQL 8 Password Encryption for Authentication)**
113
120
114
121
### Ubuntu 64bit
115
122
116
123
#### Install Mono 6.0 or greater
117
124
118
125
[Add the Xamarin repository from mono-project.com](https://www.mono-project.com/download/stable/#download-lin-centos)
119
-
Then execute:
126
+
Then execute:
127
+
128
+
```bash
129
+
apt-get install mono-complete mono-vbnc mono-xsp
130
+
```
120
131
121
-
```bash
122
-
apt-get install mono-complete mono-vbnc mono-xsp
123
-
```
124
132
Install 32bit libraries for steamcmd and 32bit games: [SteamCmd Libraries](https://developer.valvesoftware.com/wiki/SteamCMD#32-Bit_Libraries_on_64-Bit_Linux_Systems)
125
133
Execute these commands to install other dependencies.
- A MySQL database located on the same server is recommended for best performance. [MariaDB](https://mariadb.org/download)**(TCAdmin Supports MySQL 8 Password Encryption for Authentication)**
140
+
141
+
Java **required for Minecraft.** We recommend [Adoptium variant](https://adoptium.net/)
133
142
134
143
</TabItem>
135
144
</Tabs>
@@ -140,4 +149,4 @@ Java **required for Minecraft.** We recommend [Adoptium variant](https://adoptiu
140
149
141
150
If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.
0 commit comments