ServyCore - The Biggest Update Ever

A New Name, A New Era

We're thrilled to announce that Social Link is now ServyCore.

Why the change? Our previous name didn't fully represent the value and power of our platform. ServyCore better reflects what we've built: the essential core tool for game server administrators.

  • Servy = Server
  • Core = The essential foundation

ServyCore is your all-in-one platform to build, manage, and grow your gaming community.


For Current Subscribers

Nothing changes for you — except you now have access to significantly more features at no additional cost. Your existing setup continues to work exactly as before, and you can gradually adopt the new features at your own pace.

Bonus: Free Extra Project

As a thank you for being an early adopter, all active subscribers at the time of migration will receive one additional project slot (+1) on their current subscription.

This means:

  • If your plan normally includes 1 project, you now have 2 projects
  • Use this extra slot to test new features, create a staging environment, or manage a second community

This bonus is permanent for your current subscription and a way for us to say thank you for your continued support during this exciting transition.


The Page Builder Revolution

This is the biggest update in ServyCore history.

The old Link page has been completely reimagined. What was once a simple linking page is now a full-fledged website builder with unprecedented customization capabilities.

What's New

Before Now
Single link page Multiple customizable pages
Fixed layout Drag & drop sections and modules
Limited styling Full control over colors, spacing, alignment
Basic content 15+ content block types
One purpose Complete community website

Build Anything You Imagine

With the new Page Builder, you can create:

  • Landing pages with hero sections, features, and calls-to-action
  • About pages with team info, server rules, and community guidelines

Powerful Customization

  • Drag & Drop - Rearrange sections and modules effortlessly
  • Live Preview - See changes instantly as you edit
  • Visibility Controls - Show content to guests, members, or admins only
  • Spacing & Margins - Pixel-perfect layouts
  • Theme Support - Classic modern style or Rust-inspired design

Content Blocks Available

Block What It Does
Heading Styled titles with custom fonts and sizes
Paragraph Rich text with full formatting options
Image Showcase images with optional captions
Video Embed YouTube and Vimeo videos
Button Call-to-action buttons with multiple styles
Card Content cards with image, title, and link
Accordion Collapsible FAQ sections
Spacer Precise vertical spacing
Icon Heroicons with customizable size
Social Links Display your social media profiles
Discord Widget Live Discord server widget
Blog Posts Automatically display your latest articles

Game Server Enhancements

New tools and capabilities for managing your game servers.

New Features

  • Plugin Connection - New connection mode via custom plugin
  • Live Statistics - Connected players, current map, and more
  • Last Wipe Date - Automatically displayed for Rust servers

Command API

Execute commands on your servers programmatically:

POST /api/projects/{uuid}/game-servers/{id}/commands
POST /api/projects/{uuid}/game-servers/{id}/players/{steam_id}/commands

Blog

Share news, updates, and stories with your community through a fully integrated blog system.

Features

  • Organize articles with categories
  • Rich text editor with advanced formatting
  • Featured images for each post
  • SEO-friendly URLs
  • Automatic display via Page Builder

Leaderboard

Track your players' performance with a comprehensive ranking system designed for competitive gaming communities.

Statistics Tracked

  • Combat - Kills, deaths, headshots, K/D ratio
  • PvP - Player vs player encounter history
  • Teams - Clan and team rankings
  • Raids - Structures destroyed and lost
  • Loot - Bodies, crates, barrels looted
  • Resources - Farming, crafting, gathering
  • Playtime - Sessions and distance traveled

Features

  • Per-wipe rankings with full history
  • Individual player profile pages
  • Team/clan support
  • Discord notifications for important events
  • Privacy controls for sensitive data

Support Tickets

Provide quality support to your community with an integrated ticket system.

Features

  • Customizable categories (Bug, Question, Report, etc.)
  • Priority levels (Low, Medium, High)
  • Threaded conversations between players and staff
  • Status tracking (Open, Answered, Closed)
  • Instant Discord notifications for new tickets
  • Automatic Discord DM when staff replies

Tebex Store

Sell items, VIP ranks, and subscriptions directly on your website with seamless Tebex integration.

Features

  • Catalog - Display packages organized by category
  • Search - Quick product search
  • Cart - Intuitive shopping cart management
  • Secure Checkout - Payment via Tebex (PayPal, Card, etc.)
  • User Profile - Purchase history and subscription management
  • Promotions - Sale badges and countdown timers
  • Subscriptions - Tiered subscription support

Included Pages

  • /store - Full catalog with filters and search
  • /store/product/{id} - Detailed product page with image gallery
  • /store/profile - Member area for managing purchases

Custom Navigation

Take full control of your site's navigation.

Navbar

  • Add, remove, and reorder links
  • Custom icons for each item
  • Dropdown menus
  • Alignment options (left, center, right)

Footer

  • Custom links and sections
  • Horizontal or vertical orientation
  • Social media integration

Discord Bot

A powerful Discord bot that brings ServyCore directly into your Discord server.

Commands

  • /link - Share the account linking page with your community
  • /lookup - Check any player's linked accounts and status
  • /support create - Create support tickets directly from Discord
  • /support reply - Reply to existing tickets without leaving Discord
  • /support list - View your open tickets with quick access buttons

Features

  • Seamless integration with your ServyCore project
  • All responses are private (ephemeral) for user privacy
  • Autocomplete suggestions for categories and tickets
  • Direct links to your website for detailed views

Discord Notifications

Stay informed about everything happening on your site.

Notified Events

  • Support - New tickets, staff replies
  • Leaderboard - Notable kills, raids, achievements
  • Account Linking - New linked accounts

Channels

  • Discord webhooks (server channels)
  • Discord DM (direct messages to admins)

Themes

Two professional themes to match your community's style.

Classic

  • Modern and clean design
  • Customizable primary colors
  • Rounded corners
  • Perfect for any game

Rust

  • Rust-inspired aesthetic
  • Bebas Neue typography
  • Industrial atmosphere
  • Built for Rust communities

Feature Availability by Plan

Feature Free Basic Pro Ultimate
Page Builder
Account Linking
Game Servers
Blog -
Support Tickets -
Custom Meta/Favicon -
Leaderboard - -
Tebex Store - -
Custom CSS - -
Custom Domain - -

For Developers

ServyCore now offers a comprehensive REST API that allows you to integrate your game servers, plugins, and custom applications seamlessly. Our API documentation has been completely revamped with detailed examples, request/response schemas, and interactive testing.

Why Use the ServyCore API?

  • Real-time Sync - Push data from your game server to ServyCore instantly
  • Full Control - Manage players, commands, leaderboards, and content programmatically
  • Well Documented - Interactive API documentation with examples

Getting Started

  1. Go to your project settings in the ServyCore panel
  2. Navigate to API Tokens
  3. Create a new token with the required permissions
  4. Use the token in the Authorization: Bearer {token} header

Full interactive API documentation available at https://servycore.io/api-documentation


API URL Formats

The ServyCore API supports two URL formats to accommodate different use cases:

Standard Format (Recommended)

Use the project UUID in the URL path for explicit project targeting:

GET https://api.servycore.io/v1/{project_id}/players

Example:

curl -X GET "https://api.servycore.io/v1/aba8c6c9-ec2f-447b-83f5-8b6746817732/players" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

This format is recommended when:

  • You have multiple projects
  • You're building integrations that target specific projects
  • You want explicit control over which project is accessed

Simplified Format

If your team has only one project, you can omit the project UUID:

GET https://api.servycore.io/v1/players

Example:

curl -X GET "https://api.servycore.io/v1/players" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

The API will automatically use the first project associated with your team's current context.

Note: If you have multiple teams or projects, you must use the standard format with the project UUID, or ensure your API token's team has only one project.


Complete API Reference

Project

GET  /

Players (Accounts)

GET  /players
GET  /players/{id}
PUT  /players/{id}/ban
PUT  /players/{id}/unban
DEL  /players/{id}/delete
PUT  /players/{id}/discord/recheck-guild
PUT  /players/{id}/discord/recheck-boost
PUT  /players/{id}/discord/unlink
DEL  /players/{id}/discord/delete-data
PUT  /players/{id}/twitch/unlink
DEL  /players/{id}/twitch/delete-data
PUT  /players/{id}/steam/recheck-group
PUT  /players/{id}/steam/unlink

Game Servers

GET   /gameservers
GET   /gameservers/{id}
PATCH /gameservers/{id}

Game Server Commands

GET   /gameservers/{id}/commands
POST  /gameservers/{id}/commands
GET   /gameservers/{id}/commands/{cmd}
PATCH /gameservers/{id}/commands/{cmd}
DEL   /gameservers/{id}/commands/{cmd}
POST  /gameservers/{id}/commands/players/pending
POST  /gameservers/{id}/commands/players/executed

Blog Categories

GET   /blog/categories
POST  /blog/categories
GET   /blog/categories/{id}
PATCH /blog/categories/{id}
DEL   /blog/categories/{id}

Blog Posts

GET   /blog
POST  /blog
GET   /blog/{id}
PATCH /blog/{id}
DEL   /blog/{id}

Support Tickets

GET   /support
GET   /support/players/{steamId}
GET   /support/{id}
POST  /support/{id}/staff-reply
POST  /support/{id}/player-reply
PUT   /support/{id}/close
PUT   /support/{id}/reopen
DEL   /support/{id}

Support Categories

GET   /support/categories
POST  /support/categories
GET   /support/categories/{id}
PATCH /support/categories/{id}
DEL   /support/categories/{id}

Leaderboard

GET  /leaderboard
GET  /leaderboard/{server}
GET  /leaderboard/{server}/wipes
GET  /leaderboard/{server}/online
GET  /leaderboard/{server}/sessions

POST /leaderboard/{server}/wipes
POST /leaderboard/{server}/wipes/ensure
POST /leaderboard/{server}/wipes/{id}/map
POST /leaderboard/{server}/players
POST /leaderboard/{server}/teams
POST /leaderboard/{server}/kills
POST /leaderboard/{server}/events
POST /leaderboard/{server}/events/bulk
POST /leaderboard/{server}/sessions
POST /leaderboard/{server}/resources
POST /leaderboard/{server}/positions
GET  /leaderboard/{server}/heatmap
GET  /leaderboard/{server}/heatmap/kills
GET  /leaderboard/{server}/trail/{steam}

Join Our Community

Have questions, suggestions, or want to stay updated on the latest features? Join our Discord community!

discord.servycore.io


Thank You

This update represents months of development to bring you the most powerful platform for managing your gaming community. We can't wait to see what you'll build with ServyCore.

Welcome to the future of gaming community management.

— The ServyCore Team