SpaceCore WIKI
English
English
  • Personal Account and Registration
    • Account registration
    • «Customer» section
    • «Finance» section
    • Account Verification (KYC)
  • Customer service
    • How do I place an order?
    • How to contact support?
    • The Game Hosting panel
    • Setting Up BILLmanager 6 for Reselling
  • Communications
    • Notifications in Telegram
    • Web Hosting Notifications
    • Using a ping bot in Telegram
  • Information board
    • Blocked ports (VPS/VDS)
    • What is IOPS?
    • VAT for the EU and UK
  • VPS and Dedicated Servers
    • How to use VPS/VDS?
    • Changing the Password for VDS
  • OS and software configuration
    • Java [Linux]
    • Screen
    • Linux Password Recovery
    • Connecting via SSH keys
    • Disabling access to Linux using a password
    • Deploying MikroTik RouterOS on VDS
  • AI
    • Deploying DeepSeek on your server in just a few clicks
  • Windows
    • RDP connection
    • Configuring the RDP connection
    • Changing the password
    • Installation via QEMU
    • How to add an IPv4
    • Download files
    • Bruteforce Windows
  • Network Setup and Security
    • No interaction with private networks
    • Working with TCPDump
    • Change MTU Value
    • Configure IPTables
    • [DNS] Temporary failure resolving...
    • Network Speed Measurement [SpeedTest]
    • How do I buy a domain name?
    • How do I direct my domain to an IP address?
    • How to Protect Your Server? Basics of Cybersecurity
  • VPN and Privacy
    • WireGuard VPN [Easy]
    • OpenVPN [Easy]
    • Outline VPN Installation
    • Installing TorrServer
    • Installing 3X UI
    • Installing Marzban
    • Proxy for Specific Websites (V2RayN)
    • Use Nekoray
  • System monitoring
    • Traffic monitoring via VnStat
    • How to use the MTR tool
    • Getting Serial Numbers of Drives
  • Administration and Backups
    • Working with FTP Repository
    • Auto-shipment of backups
    • Installing an FTP Server
    • Mounting Linux Drives
  • Web development
    • Installing Apache2
    • Installing Nginx
    • Installing PHP
    • Installing MySQL
    • Installing PhpMyAdmin
    • Let's Encrypt SSL Generation
  • Minecraft
    • Installing Minecraft Java Server
    • Installing the Minecraft Bedrock/PE server
    • Installing the BungeeCord server
    • Installing Sponge Forge 1.12.2 Kernel
    • Configuring server.properties
    • Installing the icon on the server
    • Launch Options
    • Installing a resource pack on the server
  • Hetzner Servers
    • Control Panel
    • Password change via Rescue
    • Installing the operating system
  • 🇩🇪Contabo
    • The Control Panel
    • Disk space expansion
Powered by GitBook
On this page
  • What Are the System Requirements?
  • Заключение
  1. AI

Deploying DeepSeek on your server in just a few clicks

PreviousDeploying MikroTik RouterOS on VDSNextRDP connection

Last updated 2 months ago

DeepSeek AI is a powerful open-source AI model that can operate without requiring a GPU. When combined with Ollama, it enables running AI locally with full control over performance and privacy.

Hosting DeepSeek on your own server ensures a high level of security, eliminating the risk of data interception via API. The official DeepSeek servers are frequently overloaded. By deploying the model locally, you can utilize AI resources exclusively for your needs, without sharing them with other users.

Note: DeepSeek is a third-party development. SpaceCore Solution LTD is not responsible for the operation of this software.

What Are the System Requirements?

Let’s compare different models with varying requirements. Each model can run on both CPU and GPU. However, since we are using a server, this guide will focus on the installation and operation of the model on CPU power.

Model Version
Size
RAM
Suitable Plan
Capabilities

deepseek-r1:1.5b

1.1 GB

4 GB

Simple tasks, perfect for testing and trial runs.

deepseek-r1:7b

4.7 GB

10 GB

Writing and translating texts. Developing simple code.

deepseek-r1:14b

9 GB

20 GB

Advanced capabilities in development and copywriting. Excellent balance of speed and functionality.

deepseek-r1:32b

19 GB

40 GB

Analogous power to ChatGPT o1 mini. In-depth data

deepseek-r1:70b

42 GB

85 GB

High-level computations for business tasks. Deep data analysis and comprehensive development

deepseek-r1:671b

720 GB

768 GB

The DeepSeek R1 is the most advanced model, offering computational functions comparable to the latest ChatGPT versions, and is recommended to be hosted on a high-performance dedicated server with NVMe drives.

DeepSeek 14B Installation

Let's install the 14B model, chosen for its high performance and moderate resource consumption; this guide applies to any available model, allowing you to install a different version if needed.

The installation is performed on a plan with Ubuntu 22.04, which is an ideal choice for DeepSeek

Run the following command to update all system packages to the latest version:

sudo apt update && sudo apt upgrade -y

Ollama is a package manager required for deploying DeepSeek. Install it with:

curl -fsSL https://ollama.com/install.sh | sh && sudo systemctl start ollama

Once the installation is complete, use the following command to download the required DeepSeek model:

ollama pull deepseek-r1:14b

deepseek-r1:14b is the name of the selected model. To install a different version, simply replace it, e.g., deepseek-r1:32b

ollama run deepseek-r1:14b

Once started, a command-line interface will appear where you can communicate with the AI.

You can also run a single query directly from the command line, for example:

ollama run deepseek-r1:14b "What is heavier: 1 kg of iron or 1 kg of feathers?"

To generate a public key and enable API access, use:

ollama serve

To check installed models and their status:

ollama list

Заключение

We highly recommend deploying DeepSeek R1 models on servers with sufficient RAM. For stable operation, it's advisable to rent servers with at least a small memory buffer and fast NVMe disks.

The server plans listed in the comparison table are perfectly optimized for DeepSeek AI hosting. We guarantee the quality and reliability of our servers at SpaceCore. Entrust your server deployment to us and build a robust infrastructure for seamless and efficient AI usage in your business!

The installation process takes approximately 2 minutes on a server due to high network speed. Execute the following command to launch the DeepSeek model:

Hi-CPU Pulsar
Hi-CPU Pulsar
Hi-CPU Galaxy
Hi-CPU Orion
Hi-CPU Pulsar
Hi-CPU Infinity
Minimal Dedicated Server
Powerful dedicated server on request