Edit a file on your server from the dashboard
Open the file manager in your Netlonics dashboard, edit server.properties inline, and save the change straight back to the live server.
Most config tweaks — MOTD, view distance, difficulty, online mode, RCON password — are one line in server.properties. You don't need SFTP for that. The Netlonics dashboard ships an inline editor that writes straight to the running server. Three minutes start to finish.
01 Open the server from your dashboard

The dashboard lists every server on your account. The card shows the game, tier, status, and the first 8 characters of the server's UUID. Click the card (or OPEN ↗) to enter the server detail page.
02 Switch to the Files tab and find the file

Inside the server, the top navigation has OVERVIEW, FILES, BACKUPS. Switch to FILES. You're now looking at the live root directory of your container — the same files Paper itself reads on startup. server.properties is the one you want for most tweaks; sort by name if you have to scroll. The edit cap notice at the bottom (EDIT CAP: 2.0 MB) tells you what the inline editor can handle — anything bigger you download and re-upload.
03 Open the file in the inline editor

Click the filename. The inline editor slides in with the file contents pre-loaded. It's a plain textarea — no fancy syntax highlighting — but it's enough for one-line edits like changing the MOTD, flipping online-mode, or bumping view-distance. The breadcrumb at the top of the editor (EDITING /server.properties) confirms you're editing the right file.
04 Make the change and hit Save

Edit the line you came for — here I changed motd=A Minecraft Server to motd=Welcome to Tutorial Bot's Paper server. Click SAVE. The file is written back to the container immediately. For most Minecraft settings the new value takes effect on the next server restart (use the OVERVIEW tab's RESTART button); MOTD specifically is read on every player join, so it updates without a restart.
Troubleshooting
- "Could not save the file." Usually means the container is mid-restart or briefly unreachable. Wait fifteen seconds and try again. If it persists, check the CONSOLE on the Overview tab — Paper logs the read-back on startup, so the error message is usually right there.
- Inline editor refuses to open a binary or huge file. That's deliberate. The editor has a 2 MB cap and skips known binaries (jars, world saves) so you don't accidentally corrupt a save. Use the ↓ DOWNLOAD link on the file row, edit on your machine, and upload it back via the ↑ UPLOAD button.
- Your change isn't taking effect. Most game servers only read config on boot. Restart from the OVERVIEW → RESTART button. MOTD is the exception — Paper re-reads it before every connect.