Creating and Restoring Snapshots of Your TeamSpeak 3 Server

Learn how to create and restore snapshots of your TeamSpeak 3 Server efficiently using either our control panel or standard command-line commands for non-our control panel users.

 

Using Our Control Panel

  1. Login to Your Control Panel:

    • Securely access our control panel using your login credentials.
  2. Navigate to the Actions Tab:

    • Access your server management by clicking on the "Actions" tab within our control panel.
  3. Creating a Snapshot:

    • To create a snapshot, follow these steps:
      • Click on "Create Snapshot."
  4. Restoring a Snapshot:

    • To restore a snapshot, follow these steps:
      • Click on "Restore Snapshot."

 

By following these straightforward steps, you can effortlessly create and restore snapshots of your TeamSpeak 3 Server using our control panel.

 

Using Command Line (For customers not using our control panel)

For users not utilizing our control panel, here's how to create and restore snapshots of your TeamSpeak 3 Server using command-line commands:

 

Creating a Snapshot:

  1. SSH into Your Server:

    • Securely connect to your TeamSpeak 3 Server via SSH.
  2. Navigate to the Server's Directory:

    • Use the cd command to navigate to your TeamSpeak 3 Server's installation directory.
  3. Create a Snapshot:

    • To create a snapshot, execute the following command:
      ts3server_create_snapshot.sh
      or
      ts3server_create_snapshot
      This command creates a snapshot of your server's current state.

 

Restoring a Snapshot:

  1. SSH into Your Server:

    • Securely connect to your TeamSpeak 3 Server via SSH.
  2. Navigate to the Server's Directory:

    • Use the cd command to navigate to your TeamSpeak 3 Server's installation directory.
  3. Restore a Snapshot:

    • To restore a snapshot, execute the following command:
      ts3server_restore_snapshot.sh
      or
      ts3server_restore_snapshot
      This command restores your server to the state captured in the specified snapshot.

 

Please bear in mind that the specific command may vary based on your server's configuration. For precise details, refer to the TeamSpeak 3 Server documentation.

By following these comprehensive steps, you can effortlessly create a new administrator token for your TeamSpeak 3 Server, whether through our control panel or standard command-line commands for customers that have installed TS3 on their own bare-metal server or VPS service.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Creating a New Administrator Token on Your TeamSpeak 3 Server

Whether you're using our intuitive control panel or opting for command-line methods, creating a...