{
  "id": 9306343,
  "title": "How to pick and set up a self-hosted app to run your own server",
  "url": "https://urgent.news/2026/09/23/how-to-pick-and-set-up-a-self-hosted-app-to-run-your-own-server",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-23T09:12:23.000Z",
  "source": {
    "name": "TechRadar",
    "slug": "techradar",
    "url": "https://www.techradar.com/pro/how-to-pick-and-set-up-a-self-hosted-app-to-run-your-own-server"
  },
  "original_language": "en",
  "account": "In today’s digital age, the ownership and security of personal or business data has become a pressing concern. The fear of vendors potentially closing shop, or experiencing spikes in token costs and usage fees, has led many individuals and businesses to opt for self-hosted solutions. Self-hosting allows you to store your apps and data on servers you control, granting you full admin access over your server and any data flow.\n\nTo begin the process of self-hosting an app, you first need a functional Linux server, workstation, or NAS. If you don’t already have one, you can purchase a hosting plan from a reputable web host or start your own local server using a Linux computer or even a Raspberry Pi. Docker, a popular tool for self-hosting, offers a user-friendly approach with its image library, Docker Hub, which contains ready-made installers and detailed instructions for setting up various compatible apps.\n\nFor those comfortable with command line interfaces, using SSH provides the most flexibility. By connecting to your server, you can install Docker using a package manager and create a folder for your Docker app, along with a Compose file to define the app’s containers, networks, and storage. The Compose file names the container image, maps a server port to a container port, and sets any necessary environment variables. Once saved, you can bring the app online using the command \"docker compose up -d.\"\n\nFor users who prefer a graphical interface, some control panels like Plesk offer native Docker management. By following these steps, users can confidently self-host apps, retaining full control over their data and app environment while minimizing ongoing expenses to just the cost of a hosting plan.",
  "summary": "A practical guide to self-hosting apps in a containerized environment with Docker. We’ll cover setup using SSH, control panels like Plex and CyberPanel, and templates from popular hosting providers.",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}