Skip to main content
Server settings allow you to customize your server’s identity and perform maintenance operations like renaming, changing descriptions, updating Docker images, and reinstalling the server.

Server Information

View basic server information:
Get Server Details
Response

Renaming Server

Change your server’s name and description:
Rename Server
Success
1

Navigate to Settings

Go to the Settings tab in your server panel.
2

Edit Name

Enter a new server name (1-191 characters).
3

Update Description

Optionally update the description to reflect server purpose or changes.
4

Save Changes

Click Save. Changes are immediate and don’t require a restart.

Validation Rules

Name Validation
  • Name: Required, 1-191 characters
  • Description: Optional, any length
Renaming doesn’t affect server files or functionality - it only changes how the server appears in the panel.

Docker Image Management

Docker images define the runtime environment for your server.

Available Images

Check which Docker images are available:
Response

Changing Docker Image

Update to a different Docker image:
Update Docker Image
Success
Changing Docker images requires restarting your server. Ensure the new image is compatible with your server software and plugins.

When to Change Images

Different Minecraft versions require different Java versions:
  • Minecraft 1.17+: Requires Java 17
  • Minecraft 1.16.5: Works with Java 11 or 8
  • Minecraft 1.12.2 and older: Requires Java 8
Switch images when updating server versions.
Newer Java versions often have better performance:
  • Java 17 has improved garbage collection
  • Better memory management
  • Faster startup times
Some plugins require specific Java versions. Check plugin documentation before changing.

Restrictions

You can only change to images defined in the egg configuration:
Error: Custom Image Not Allowed
If the image was manually set by an admin, users cannot change it.

Server Reinstallation

Reinstall your server to start fresh:
Reinstall Server
Success
Reinstalling deletes ALL server files. This action is permanent and cannot be undone. Create a backup before reinstalling.

Reinstallation Process

1

Backup Your Server

Create a backup of all important files:
2

Initiate Reinstall

Click Reinstall Server in the settings or use the API.
3

Server Goes Offline

Server status changes to installing. All actions are disabled.
4

Installation Runs

The egg’s installation script executes:
  • Deletes existing files
  • Downloads fresh server files
  • Runs initial setup commands
5

Restore from Backup

After installation completes, restore your backup if needed:

When to Reinstall

If core server files are corrupted and causing crashes:
  • Reinstall provides clean server files
  • Restore your worlds/configs from backup after
When changing between server types:
  • Vanilla to Spigot
  • Spigot to Paper
  • Paper to Forge
Note: May require admin to change egg first.
Remove all customizations and start over:
  • Clean slate for testing
  • Remove all plugins/mods
  • Reset to default configuration
If initial server installation failed:
  • Status shows install_failed
  • Reinstall runs installation script again

What Gets Deleted

Reinstallation removes:
  • All server files
  • Game worlds
  • Configuration files
  • Plugins/mods
  • Logs and cache
Reinstallation preserves:
  • Server settings (name, limits)
  • Database connections
  • Network allocations
  • Schedules and backups (the backup files themselves)
  • Startup variables

SFTP Access

SFTP (SSH File Transfer Protocol) provides direct file access:
SFTP Details

Connecting via SFTP

SFTP Username Format

Example:
  • Panel username: admin
  • Server UUID: 7e8e8f18-25fa-4f9e-a13d-4d1c8e8b8f9e
  • SFTP username: admin.7e8e8f18
The server ID is the first 8 characters of the UUID. You must use your panel password (not a separate SFTP password).

Server Debug Information

Useful information for troubleshooting:
Debug Info
Include this information when requesting support.

Activity Logging

Settings changes are logged:
Example Logs

Permissions Required

Settings operations require specific permissions:
Server owners always have all permissions. Subusers must be granted these permissions explicitly.

Best Practices

Use clear, descriptive names:
  • Good: “Minecraft 1.20 Survival”, “CS:GO Competitive”
  • Bad: “Server 1”, “Test”, “asdf”
Makes managing multiple servers easier.
Keep descriptions current:
  • Server type and version
  • Active plugins/mods
  • Special rules or features
  • Last major update date
Create a backup before reinstalling:
Before changing Docker images on production servers:
  1. Test on a development/staging server
  2. Verify all plugins work
  3. Check for errors in logs
  4. Apply to production during off-peak hours

Troubleshooting

  • Verify you have settings.rename permission
  • Check name length (max 191 characters)
  • Ensure name isn’t empty
  • Try different characters if special chars fail
  • Ensure image is in allowed list
  • Check if admin manually set image
  • Verify you have permission
  • Restart server after change
If reinstall doesn’t complete:
  • Check Wings daemon is running
  • Review Wings logs for errors
  • Verify node has internet access (to download files)
  • Contact administrator if stuck >30 minutes
  • Verify SFTP port is correct
  • Check username format: username.serverid
  • Use panel password (not separate SFTP password)
  • Ensure Wings SFTP server is running
  • Check firewall allows SFTP port (usually 2022)