SiteLink.API 2.0.0

dotnet add package SiteLink.API --version 2.0.0
                    
NuGet\Install-Package SiteLink.API -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SiteLink.API" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SiteLink.API" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SiteLink.API" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SiteLink.API --version 2.0.0
                    
#r "nuget: SiteLink.API, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SiteLink.API@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SiteLink.API&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SiteLink.API&version=2.0.0
                    
Install as a Cake Tool

GitHub Downloads (all assets, all releases) Discord NuGet Version

SiteLink is a high-performance proxy for SCP: Secret Laboratory, inspired by BungeeCord.

It connects multiple servers into one seamless network, enabling load balancing, player transfers, and centralized management — built for stability, speed, and scalability.

API Version: 2.0.0
Supported Game Version: 14.2.6


Features

  • 🚀 Multi-server networking
  • 🔁 Seamless player transfers
  • 🧱 Fallback failover
  • 🧩 Plugin API
  • 📡 Server-list publishing
  • 🛡 IP forwarding (proxy passthrough)

Installation

1. Prepare a machine capable of running .NET 9

You can host SiteLink on:

  • Dedicated server
  • VPS
  • Linux or Windows machine

🪟 Windows
SiteLink.exe

🐧 Linux
SiteLink

SiteLink.exe or SiteLink

4. Edit settings.yml

Configure your network, servers, listeners, and server-list options.


🔧 Example Configuration (settings.yml)

player_limit: 100

listeners:
- name: main
  listen_address: 0.0.0.0
  listen_port: 7777
  game_version: latest
  priorities:
    - default

  server_list:
    show_server_on_server_list: false
    display_name: SiteLink
    pastebin: 7wV681fT
    email: your-email@gmail.com
    public_address: auto
    take_player_count_from_server: ''

servers:
- name: default
  display_name: <color=white>Default</color>
  address: 127.0.0.1
  port: 7778
  max_clients: 25
  forward_ip_address: false
  fallback_servers: []

servers_in_selector:
  - default

maximum_reconnect_attempts: 5

IP Forwarding (Proxy Passthrough)

To forward the real player IP from SiteLink → SCP:SL backend servers, configure both the SCP:SL server and SiteLink.

1. SCP:SL server configuration (config_gameplay.txt)

1.1 Disable IP rate limiting

Find and change true → false: enable_ip_ratelimit: false

1.2 Enable proxy passthrough

Add or edit:

enable_proxy_ip_passthrough: true
trusted_proxies_ip_addresses:
  - <IP OF YOUR PROXY>

Example:

enable_proxy_ip_passthrough: true
trusted_proxies_ip_addresses:
  - 203.0.113.15

Restart your SCP:SL server afterward.

In your backend server entry set:

forward_ip_address: true

Example:

servers:
  -
    name: default
    display_name: <color=white>Server</color>
    address: 127.0.0.1
    port: 7777
    max_clients: 25
    forward_ip_address: true
    fallback_servers: []
  1. Put your verification token inside verkey.txt.
  2. Open settings.yml and modify your main listener, set show_server_on_server_list to true, set your pastebin + email
listeners:
-
  name: main

  server_list:
    # If true, the server will be visible on the public SCP:SL server list.
    show_server_on_server_list: false # <-- set to true

    # Pastebin ID used by SCP:SL for listing metadata or MOTD content.
    pastebin: 7wV681fT # <-- change default pastebin to your own

    # Private contact email for SCP:SL staff to reach the server owner if necessary (not shown publicly).
    email: your-email@gmail.com # <-- change email to your contact email
  1. Restart SiteLink, if everything was properly set you should see in your console Server <ip>:<port> should be visible on serverlist!

If server is still not visbile make sure to run central command:

  • central main public ( it shows your main listener on serverlist )

🧱 SiteLink — bridging SCP:SL servers into one connected network.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 92 3/27/2026
1.0.1 256 11/25/2025
1.0.0 243 11/22/2025
0.0.3 325 11/10/2025