Low disk space can stop Windows updates, game server updates, saves, logs, and backups from working correctly. Check disk space before installing large game servers or copying world files.

  1. Connect to the Windows VPS with Remote Desktop.
  2. Open File Explorer.
  3. Click This PC.
  4. Check the free space shown under the main drive, usually C:.

    Windows VPS File Explorer This PC view showing drive free space

 

Check with PowerShell

Get-PSDrive C

For a more detailed view:

Get-CimInstance Win32_LogicalDisk | Select-Object DeviceID,Size,FreeSpace

 

What to clean first

LocationWhat it may contain
C:\Users\Administrator\DownloadsDownloaded installers and zip files.
C:\ServersGame server installs, logs, saves, and old test folders.
C:\BackupsManual backups that may be safe to move off the VPS.
Recycle BinDeleted files still taking disk space.

 

Before deleting files

If the VPS hosts a game server, stop the game server first before deleting logs, saves, backups, or old installs. Keep a copy of any world or save folder you may need to restore later.

Emptying space is only useful if the files are no longer needed. If the folder contains a game world, database, or player data, move a copy elsewhere before deleting anything from the VPS.

Do not delete files you do not recognise from C:\Windows. If the drive is nearly full after removing old installers, logs, and unused server folders, upgrade the VPS disk or move backups elsewhere.

  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Installing SteamCMD on your Windows VPS

SteamCMD is Valve's command-line tool for downloading and updating dedicated server files...

How to change your Windows VPS Administrator password

You can change the main Windows VPS login password from the VPS control panel. This is useful if...

How to open Windows Firewall ports on your VPS

Windows Firewall controls which inbound connections are allowed into your Windows VPS. If you...

How to open and use PowerShell on a Windows VPS

PowerShell is the main command-line tool for managing a Windows VPS. You can use it to install...

How to connect to a Windows VPS with Remote Desktop

Remote Desktop is the normal way to manage a Windows VPS. It opens a desktop session so you can...