Search the Community
Showing results for tags 'linux'.
-
View File Minecraft Bedrock Vanilla Installation Recommended Simply install it via the plugin repository in TCAdmin (Settings > Plugin Repository > Game Configs > Minecraft Bedrock Vanilla) Choose the config for your preferred OS Manual Install Download the config Go to TCAdmin > System > Settings > Game & Voice Hosting > Game & Other Voice Servers > Import Save the config as a new config or chose "Overwrite existing config" if you which to overwrite your current Minecraft config. Remember to select Minecraft in the 'Update Game' field if you do Leave all other settings Features Will deploy latest version from my CDN, if you would like to change the install URL'S read below Web console with commands working Query working thanks to @Dennisfor the script Fully functional config editor current activity and stats should work Background changing thanks @Dennisfor letting me use it. Recommended Script: We recommend installing this script to grab the latest versions of Bedrock as they come out. You can see how to install the script below: https://gist.github.com/AdamG100/03debae4ae23c9d5b2ba431065d8aeb9 Add the above script as follows to your Global Game Scripts in settings > Globla Game Scripts set the script to as follows: Operating system: Any Script Engine: IronPython Event: Global Recurring Task Description: Minecraft bedrock update version pulls tick ignore execution errors In the script change the gameID = to your bedrock's game ID Now go to settings > Recurring tasks and create a new task name: Minecraft bedrock pull versions tick enabled Type: Daily start: you choose recur every: 1 Days tick Repeat task Repeat for: 1 Hours for: 24 Hours Actions tab: Action: executre a script Script: Minecraft bedrock update version pulls Server: Your Master Server This will now pull all the bedrock versions into updates automatically by scrapping https://minecraft.fandom.com/wiki/Bedrock_Dedicated_Server A real massive thank you to @Dennisfor coding such a useful script. Submitter Adam Submitted 8/17/2021 Category Game Configs
- 19 replies
-
View File Dark Orange Theme TCAdmin Next theme Dark orange inspired. Github Repo: https://github.com/AdamG100/TCAdmin-dark-orange (recommended Install) Simply install it via the plugin repository in TCAdmin (Settings > Plugin Repository > Themes > Dark Orange Theme) Manual Install: Download the Theme from here Go to Settings > Themes > Import Import the entire zip that you downloaded To update the theme repeat the above steps but select the Dark Orange Theme in the update theme Drop down Submitter Adam Submitted 8/11/2021 Category Themes
- 4 replies
-
- windows/linux
- windows
-
(and 1 more)
Tagged with:
-
Go to your TCadmin panel, Click on "Settings", Then "Global Game Scripts", Press "New", Operating System "Linux", Script Engine "Batch File/Shell Script", Event "After Created", Description "Anything you want" In the big white box copy and Past this below: ufw allow ${ThisService_GamePort}:${ThisService_GamePort}/tcp ufw allow ${ThisService_QueryPort}:${ThisService_QueryPort}/tcp ufw allow ${ThisService_RConPort}:${ThisService_RConPort}/tcp ufw allow ${ThisService_GamePort}:${ThisService_GamePort}/udp ufw allow ${ThisService_QueryPort}:${ThisService_QueryPort}/udp ufw allow ${ThisService_RConPort}:${ThisService_RConPort}/udp
-
Hello, I've posted a time ago here on TCAdmin forum in the section of Tips & Tricks for 2.0 a script that allow FastDL for Multi Theft Auto using nginx. This script is exclusivelly for Windows at the moment but I'm working to bring it to Linux. I'm new to Linux on TCAdmin and nginx so I'm looking for someone with good experience that can help me with it. My Discord: Eldremor#9214
-
Hello, I'm new at using TCAdmin on Linux and I tried to install phpMyAdmin on nginx but something went wrong I've installed the phpMyAdmin and added the file include snippets/phpmyadmin.conf; as a include in my nginx default.conf. upstream tcadmin-fcgi { ip_hash; server unix:/home/tcadmin/Temp/fastcgi-socket-1; keepalive 32; } upstream tcadmin-fcgi-mvc { ip_hash; server unix:/home/tcadmin/Temp/fastcgi-socket-mvc-1; keepalive 32; } server { #the following line is required if you want to configure with Let's Encrypt server_name ryzen.timberhost.com.br; fastcgi_temp_path /home/tcadmin/Temp 1 2; client_body_temp_path /home/tcadmin/Temp 1 2; #access_log /home/tcadmin/Logs/nginx.log; root /home/tcadmin/ControlPanel.MVC; index index.html index.htm default.aspx Default.aspx; include snippets/phpmyadmin.conf; #Support for Let's encrypt tools location /.well-known { try_files $uri $uri/ =404; } #Everything else served by fastcgi server location / { root /home/tcadmin/ControlPanel.MVC; fastcgi_ignore_client_abort on; fastcgi_pass tcadmin-fcgi-mvc; include fastcgi_params; fastcgi_split_path_info ^(.+\.as[pmh]x)(.*)$; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_keep_conn on; fastcgi_buffering off; fastcgi_read_timeout 600s; gzip on; client_max_body_size 100m; } #Everything else served by fastcgi server location /Aspx { root /home/tcadmin/ControlPanel; fastcgi_ignore_client_abort on; fastcgi_index Default.aspx; fastcgi_pass tcadmin-fcgi; include fastcgi_params; fastcgi_split_path_info ^(.+\.as[pmh]x)(.*)$; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_keep_conn on; fastcgi_buffering off; fastcgi_read_timeout 600s; gzip off; client_max_body_size 100m; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/ryzen.timberhost.com.br/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/ryzen.timberhost.com.br/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = ryzen.timberhost.com.br) { return 301 https://$host$request_uri; } # managed by Certbot server_name ryzen.timberhost.com.br; listen 80; return 404; # managed by Certbot } The file phpmyadmin.conf contains this code: location /phpmyadmin { root /usr/share/; index index.php index.html index.htm; location ~ ^/phpmyadmin/(.+\.php)$ { try_files $uri =404; root /usr/share/; fastcgi_pass unix:/run/php/php7.2-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include /etc/nginx/fastcgi_params; } location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ { root /usr/share/; } } The error I'm getting is the "502 Bad Gateway". Does someone have any idea of how to fix it? Linux is not my thing... yet!
-
I was able to install 2 mods onto the first server I created, but when I created the second one and try installing the same 2 mods steamcmd fails to download them. The errors that I'm receiving are attached below. Does anyone know what could be causing this? Also every time I create a new ark server it creates a new service directory. I am trying to setup a cluster and need them to all be in the same directory together, so I tried moving the game server files from the 2nd one into the 1st one inside the admin folder. When I try installing the mod it creates the new service folder again except it only has steam cmd in it. I tried creating another service and didn't move the game server folder and tried installing the mod and it still didn't work. Edit: Solved
-
Hello everyone. my question is about MineCraft. can anyone tell me how to install in TSADMIN V2 not only Craftbukkit but all other versions as well. such as spigot 1.15.2 or lower and or other versions. I can't do it on the ftp I only see a folder with minecraft in / home / tcadmin / tcafiles / games with the following folders in this directory. TCA.Maps TCA.Mods TCA.Updates it is also in / home / tcadmin / tcafiles / games the folder craftbukkit containing the same folders TCA.Maps TCA.Mods TCA.Updates now i have installed the plugin in TSADMIN v2 this plugin is called minecraft automatic game update. but how do I install a minecraft server with spigot 1.15.2 or 1.16.1 or lower. I can't select which version I can choose I'm not really getting out of that. maybe you guys know how to do that Kind regards Marco
-
Whenever I am trying to install a mod in the workshop I get "Error - No module named struct" I have python installed and in the correct spot. I don't know why it showing this error.
-
Hey guys, I'm having issues with running 7 days to die servers. I tried using the config posted in the forums here and was able to start it the first time, but the 2nd start I get this error on every IP: One or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown) The servers say Running (PID 0) One or moOne or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./MOne or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown)odules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown)re DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown) 2020-03-19T14:51:39 1.129 INF WorldStaticData.Init() needed 0.271s 2020-03-19T14:51:39 1.130 INF Awake done in 1063 ms One or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x0056166f0f3c2d in (Unknown) #1 0x0056166f0f4a89 in (Unknown) #2 0x0056166f0f4d48 in (Unknown) #3 0x0056166f0f1885 in (Unknown) #4 0x0056166ee47fd1 in (Unknown) #5 0x0056166f0dc27c in (Unknown) #6 0x0056166ea00ca5 in (Unknown) #7 0x007f70f2f79b97 in __libc_start_main #8 0x0056166ea11403 in (Unknown)
-
hello I need mw3 server configuration for ubuntu 18.04 if you can I would appreciate it :mueca: ""TCADMIN V2""
-
Hi; I found a Rust linux config file on the forum but when i install a rust server we cant use rcon nor getting online player counts on left bar. I use ubuntu 16.04 and 14.04 same on both OS. Do you guys use linux and rust on it ? If anyone could tell me which rcon method do i have to use for rust on linux ? Thanks:
-
Hi there Gents, I' am quite new to this panel so please do not judge I've been making use of gamepanel.com for the past year which was great but had some limitation. So i found tcadmin and seems like i had it setup and configured correctly. Though, i seem to have a problem with the game config file as the one i found here http://pastebin.com/SDws3tPw had to be changed in order for me to import it to tcadmin. (I had to change the xml code for it to accept it) I have attached the file below, Even-though the file is able to be imported into tcadmin V2 now it seems to not be displaying the config file very well ? For example: After creating a Ark service and assigning it to an account, iam able to manage the server and config files. BUT upon making changes to the config file it seems tonot wanting to take the changes ? (It reverts back to default) I have tried changing the ports (Game and query) but the problem is still there. (After rebooting the service though) One last thing, seeing that the service is Displayed with a running status on tcadmin panel, i seem to be getting the following emails ??? Hello #### The server ###.###.#.###:7777 has not responded {Count} times and has reached the maximum number of allowed failures. Please investigate. Best regards, In closing, is there anyone willing to assist in making this config file work ? Or even if someone is willing to share a working config ? Thank you in advanced ark - Linux.xml
- 9 replies
-
- ark
- ark survival evolved
-
(and 2 more)
Tagged with:
-
I am trying to get Garry's Mod working on my server. I am running TCAdmin on Linux Ubuntu 16.04. The server looked like it worked but my server does not appear in the game's server list. When I go look at the game console I can see a number of errors, even though it looks like the server is still running. The console shows the following. Can anyone help me understand what the problems might relate to? Couldn't load shader dll: game_shader_generic_garrysmod_srv.soConVarRef mat_dxlevel doesn't point to an existing ConVar Game_srv.so loaded for "Garry's Mod" Initializing Steam libraries for Workshop.. Fetching Workshop Addons.. No -authkey Unknown command "cl_cmdrate" Unknown command "cl_updaterate" Unknown command "rate" Server logging enabled. Server logging data to file logs/L0506009.log L 05/06/2016 - 23:15:43: Log file started (file "logs/L0506009.log") (game "/home/tcagame/ahughes3/2/garrysmod") (version "6378") Unknown command "sbox_allownpcs" Unknown command "sbox_plpldamage" Unknown command "sbox_playergod" Unknown command "sbox_maxspawners" Unknown command "sbox_maxturrets" Network: IP 149.202.88.31, mode MP, dedicated Yes, ports 27025 SV / 27005 CL Error loading cfg/trusted_keys_base.txt Error loading cfg/pure_server_minimal.txt Server logging data to file logs/L0506010.log PREP OK ConVarRef room_type doesn't point to an existing ConVar Executing dedicated server config file server.cfg Using map cycle file cfg/mapcycle.txt. Nav File is wrong or something (4) Initializing Steam libraries for secure Internet server No account token specified; logging into anonymous game server account. (Use sv_setsteamaccount to login to a persistent account.) Server logging enabled. Server logging data to file logs/L0506011.log Unknown command "sbox_allownpcs" Unknown command "sbox_plpldamage" Unknown command "sbox_playergod" Unknown command "sbox_maxspawners" Unknown command "sbox_maxturrets" Connection to Steam servers successful. Public IP is 149.202.88.31. Assigned anonymous gameserver Steam ID [A-1:3725394946(6797)]. VAC secure mode is activated.
-
Hello, has anyone got a working Unturned Linux game config file. I cannot, for the life of me, find a working version of one. I look forward to all of your replies.
-
I have some issues with the GameTracker Banners. They always display the internal Ip/Port. When I edit them to display with the $[ipAddress] varibles they error. Here is the code I'm using: <a href="http://www.gametracker.com/server_info/$[ipAddress]:$[Port]/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/$[ipAddress]:$[Port]/b_560x95.png" alt="" /></a> This is the output in the client's Code: <a href="http://www.gametracker.com/server_info/{0}:{1}/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/{0}:{1}/b_560x95.png" alt="" /></a> I don't see much in the Docs on this one. http://help.tcadmin.com/GameTracker.com_Banners http://help.tcadmin.com/Manage_Game_%26_Voice_Services#GameTracker.com_Banners Does anyone have a code with variables to display the external IP/Port for GameTracker in my game configs? Thanks Chris bluenosegaming.com TCAdmin System: TCAdmin 2.0.61.0 Linux CentOS 32bit
-
ok, well i have managed to create a linux config for TCAdmin but the problem is the server it crashes during launch giving and error saying it cannot load some libarys (will add text later) has anyone come across this or not got this far yet? Thanks
-
Like the title says. thats my problem. i have it on multiple servers and can't find out how it works. i have seen more topics across the internet but didnt see a fix for it in tcadmin. my server runs on ubuntu 12.04 lts
-
Hello there.. I don't know if this is just some wired bug that I have or what is wrong here? I don't know where else to put this so.. This is what's going on. I add "iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port 8880" to IPTables save it, and go to my host and configure the DNS settings. It's works great and I'm able to access the control panel without the ":8880 in the end of my domain name". But this is what happens the site won't load the content, you know when you go to for example: Game Tools and select "Batch Update" then it just shows that loading.gif thing and nothing happens? And it's not just Batch Update, it's all of them, when I got to Game & Other Voice Servers and search for a game it just shows that loading thing and nothing happens? At first I thought it was a problem with CloudFlare so I disabled it.. But nooo it's Not Cloudflare's fault.. If I access the control panel with ":8880 at the end of the domain it works fine?" What to do about this? Anyone experiencing the same problem?
-
- 80 to 8880
- iptables
-
(and 2 more)
Tagged with:
-
Hello there.. I've been trying to setup iptables to open the ports when a server is created.. I tried this custom script: #!/bin/bash iptables -A INPUT -p tcp -m tcp --dport ${Service_GamePort} -j ACCEPT /sbin/service iptables save It doesn't work. I tried Google nothing about it. What are you guys doing? I know some run without iptables? Isn't that a little risky? I mean iptables is a common way of blocking DDOS attacks, and so on?
- 14 replies
-
- custom script
- firewall
-
(and 3 more)
Tagged with:
-
Hi Guys, Recently my TCAdmin v2 has been crashing quite a lot. I'm using a 32GB Centos 5.5 box. I was hoping whether one of you would be able to point me in the right direction of the log files so I can see what is causing the crashing. Thanks!
-
Hey guys, I've got TCAdmin v2 for Linux. I was hoping someone could guide me through the process of creating a sub-user for a client's account. Look forward to hearing from you guys! Regards
- 2 replies
-
- linux
- permissions
-
(and 2 more)
Tagged with:
-
Hola a todos. Pregunta 1: Alguien sabe si TC ADMIN V 2.0 funciona correctamente en Cent Os 6.0 x64? Pregunta 2: Alguien podr?a decirme que juegos no funcionan con Linux? Agradezco su ayuda! Hello everyone. Question 1: Anyone know if TC ADMIN V 2.0 works properly on Cent Os v6.0 x64? Question 2: Someone would tell me witch games a not workyng on Linux? I appreciate your help!
-
Hi All, I just bought a TCAdmin 2 License for my Centos 5.6 server. I'm having some issues setting up Minecraft to run. When I try to make the server, it gives me an error. When I try to edit the config settings of Minecraft in the General Settings, I get the following error which is not allowing me to save the changes: Unknown column 'supports_ipv6' in 'field list' I'm slightly confused with why I'm receiving this error. Thanks!