Slskd •

Slskd is a browser-based interface for the Soulseek peer-to-peer file sharing network.

Overview

Screen Shot 2025-03-09 at 00.39.28.png

Slskd is a browser-based interface for the Soulseek peer-to-peer file sharing network.

Media

Screenshots

Slskd v0.22.2.0

Screen Shot 2025-03-09 at 00.39.28.png Screen Shot 2025-03-09 at 00.38.17.png Screen Shot 2025-03-09 at 00.40.00.png

Setup & Configuration

We need to install the service through Portainer and configure any necessary settings.

Setup & Configuration

Preparation

There are some things we need to do in preparation to install this service.

Volumes

Persistent Data

This is where the service will store its own application data and ensures we can quickly update the service image.

Ensure your user has permissions to access the folder.

Shared Folders & Files

This service will need access to the folders where you store the files you are looking to share.

Ensure your user has permissions to access the folder.

Download Folders

This service will need access to the folder where you will store your completed downloads.

Ensure your user has permissions to access the folder.

Setup & Configuration

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  slskd:
    image: slskd/slskd
    network_mode: bridge
    container_name: slskd
    ports:
      - "5040:5030"
      - "5031:5031"
      - "50300:50300"
    environment:
      - SLSKD_REMOTE_CONFIGURATION=true
    volumes:
      # Persistent Data
      - /srv/slskd:/app

      # Download Folders
      - /mnt/downloads/complete:/downloads/complete
      - /mnt/downloads/incomplete:/downloads/incomplete
    restart: unless-stopped
Setup & Configuration

Updating

Re-Deploy the Stack

This service has been optimized for running in Docker.  

This allows you to re-deploy the stack through Portainer to download the latest updates. 

User Manual

Development

This software is released under the AGPL-3.0 license

You can learn more about how to contribute to Slskd through their GitHub

Resources

Official

Soulseek