How to Install and Configure Skyrim Together on AnonVM
Skyrim Together is a popular multiplayer mod that enables players to experience The Elder Scrolls V: Skyrim with friends. Hosting your own Skyrim Together server on an AnonVM VPS or dedicated server allows you to manage your server’s settings and control who joins your multiplayer session. This tutorial will guide you through the steps of setting up Skyrim Together on your AnonVM server.
Prerequisites
Before you begin, ensure you have the following:
- AnonVM VPS or Dedicated Server: A server with root or sudo access.
- Operating System: This guide assumes you are using Ubuntu or CentOS.
- Skyrim Special Edition: Make sure you own Skyrim Special Edition on Steam.
- SteamCMD: Used for installing the necessary server files.
- Skyrim Together Mod: The mod required to enable multiplayer functionality.
Step 1: Update Your System
Before starting, ensure your system is up to date with the latest patches and security updates.
For Ubuntu/Debian-based systems:
For CentOS-based systems:
Step 2: Install Dependencies
Skyrim Together requires SteamCMD for installing the game server. Install the necessary dependencies:
For Ubuntu/Debian-based systems
For CentOS-based systems:
Step 3: Install SteamCMD
-
Create a directory for SteamCMD:
-
Download SteamCMD:
-
Extract SteamCMD files:
-
Navigate to the SteamCMD directory:
Step 4: Install Skyrim Together Server Files
To set up the Skyrim Together server, you need to install the Skyrim Special Edition server files through SteamCMD.
-
Run SteamCMD:
-
Log in to SteamCMD using your Steam account or anonymously:
-
To log in anonymously:
-
To log in with your Steam credentials:
-
-
Set the installation directory for Skyrim Together:
-
Install Skyrim Special Edition:
-
Exit SteamCMD:
Step 5: Install Skyrim Together Mod
After installing the Skyrim Special Edition server files, you need to download and install the Skyrim Together mod files.
-
Download the Skyrim Together Mod from the official website or GitHub repository:
-
Extract the mod files into the Skyrim server directory:
This will install the necessary files to enable multiplayer in Skyrim.
Step 6: Configure Skyrim Together Server
After installing the mod, you can configure your server settings. Configuration files are located in the server directory.
-
Navigate to the Skyrim Together server directory:
-
Edit the
skyrim_together.ini
configuration file:You can modify the following key settings:
- serverName: Set the name of your server.
- maxPlayers: Set the maximum number of players allowed on your server.
- password: Set a password to restrict access to your server.
- port: Set the port for the server (default is 27015).
Example configuration:
-
Save and exit (
CTRL + X
, thenY
to confirm).
Step 7: Start the Skyrim Together Server
To start the Skyrim Together server, you will need to run the server application.
-
Navigate to the Skyrim Together server directory:
-
Start the server:
The server should now start with the settings specified in the
skyrim_together.ini
file. You should see the console output indicating that the server is running.
Step 8: Set Up Automatic Startup (Optional)
To ensure that your Skyrim Together server starts automatically after a reboot, you can set up a systemd service.
-
Create a systemd service file:
-
Add the following content:
Replace
your_user
with your actual server username. -
Reload systemd to apply the changes:
-
Enable the service to start on boot:
-
Start the server service:
-
Verify the server status:
Step 9: Connect to Your Skyrim Together Server
- Launch Skyrim Special Edition from your Steam library.
- Go to the Multiplayer menu.
- Click on Join and enter your server’s IP address and port number (default is 27015).
- If you set a password, enter it to connect.
Step 10: Secure Your Server (Optional)
To enhance security, you may want to configure your firewall and limit who can access your server.
-
Open the required ports:
For UFW (on Ubuntu/Debian-based systems):
-
Configure a password: To restrict server access, set a password in the
skyrim_together.ini
file.
Conclusion
You’ve now successfully installed and configured Skyrim Together on your AnonVM server! You can enjoy a shared Skyrim experience with your friends in multiplayer mode. Customize the game environment, control the number of players, and secure your server for a safe and fun multiplayer adventure.
Key Takeaways:
- SteamCMD is used to install the Skyrim Special Edition server files.
- The Skyrim Together mod enables multiplayer functionality in Skyrim.
- You can configure server settings through the
skyrim_together.ini
file. - Ensure your server’s ports are open in the firewall to allow players to connect.
Enjoy exploring Skyrim with friends in the multiplayer world of Skyrim Together on your AnonVM server!