Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
m (supports latest Terraria)
m (Fixed {{software infobox}} parameters, {{icon}} for platform)
Line 2: Line 2:
 
{{third party disclaimer}}
 
{{third party disclaimer}}
 
{{software infobox
 
{{software infobox
| name = TShock
 
 
| image = TShock.png
 
| image = TShock.png
| imagesize = 200px
 
 
| type = Server software
 
| type = Server software
 
| version = 4.4.0
 
| version = 4.4.0
| terrariaversion = 1.4.1.2
+
| terrariaversion = 1.4.2.2
  +
| platform = {{icon|windows|mac|linux}}
| os = [[Desktop]]
 
| author = Pryaxis
+
| author = [https://github.com/Pryaxis Pryaxis]
| authorlink = https://github.com/Pryaxis
+
| download = [https://github.com/Pryaxis/TShock/releases GitHub]
| download = https://github.com/Pryaxis/TShock/releases
 
 
}}
 
}}
   

Revision as of 15:09, 5 May 2021

PC version
PC-Only Content: This information applies only to the PC version of Terraria.
Important
This page describes software not developed by Re-Logic.
Software listed on this page has not been tested and is not endorsed by Terraria Wiki, Gamepedia, Fandom, Re-Logic, or their respective employees. Use it at your own risk.
By downloading any third party software, you acknowledge that you cannot hold anyone responsible for any adverse effects to your devices, your game, or your online accounts.

TShock is server software offering a vast array of server tools, such as:

  • Admin system to execute commands in-game
  • Build protection
  • Warping
  • Plugin support to get more commands or fixes
  • Some minor fixes/tweaks to the vanilla server software
  • Edit hidden world settings in-game
  • Other features

Installation

  1. Download the Latest Package of TShock from Github.
  2. If you are using Windows Vista or newer, simply right click the file, and click extract.
    • If extract does not show up, or you are using an earlier version of Windows, you can use 7Zip (Free).
  3. Now run the TerrariaServer.exe from the extracted ZIP file and it will start the TShock server up.
If using Linux

Certain versions of our releases contain incorrect directory names.  Several releases incorrectly include a directory named 'serverplugins'.  On windows this causes no issues, but on Linux it is a massive problem.  If you are experiencing issues related to TShock not starting or no auth-codes (see the following section), please ensure that your serverplugin folder is called 'ServerPlugins'.  If you run the server and get an error about a number needs to be between a min and a max then you need to delete the auth.lck file and restart TShock.

Becoming an Admin

  1. Run TerrariaServer.exe if you haven't already. This is your server.
  2. Select the world you want to use or create a new one.
  3. After selecting your world, you will be asked for input on 1 setting: server port.
    • Note: Default settings are: Server port (7777). You may hit your ENTER key at each input to select the default setting in parenthesis ().
  4. Once the server starts the console window will have the following message: To become superadmin, join the game and type /auth [authcode]
  5. Run Terraria.exe, join your server, and enter: /auth [authcode]. This will give you the ability to create a user account on the server, giving you access to all commands.  This gives you one time super user access.  This is intended to be used once at the very start and every subsequent admin operation is done under a superadmin account.
    • Note: In order to join your own server, you can enter: localhost or 127.0.0.1 (which are the same thing - assuming the server is being run on the same machine that you run Terraria), or you can use your own External IP address, which can be found simply by going to a website such as WhatsMyIP
  6. Next, enter: /user add [username] [password] superadmin
    • Example: /user add john qwerty superadmin
    • This will add a user to your server that a player can log into, allowing them access to admin operations.  This is intended for server owner only, do not give your account credentials out to random people!
  7. Log in with the superadmin user you just created by entering: /login [username] [password]
    • Example: /login john qwerty
  8. Finally, to remove the "auth" message on server startup, enter: /auth-verify
  9. Note that this account is your server's superadmin account.  It has immunity to most things, as well as access to everything that you can do via console.  We do not recommend giving out the superadmin group to your users.  Make a seperate group for them and give them the permissions that you want them to have.  These instructions explain how to setup your server and get an account ingame so that you do not have to use the console window.  If you wish to give your users groups, and make admins please see the following section.  For an in-depth walk through of all commands, please see the following guide.  It is the definitive guide to 90% of the operation of TShock.  Anything not listed there is a newer feature that has not been documented yet.

External links