The Settings tab in the Portal contains administrative options for your server: SFTP connection details, rename, reinstall, and egg change (programming language).Documentation Index
Fetch the complete documentation index at: https://wiki.daki.cc/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll learn
- Where to find your SFTP connection details
- How to rename your server
- How to reinstall your server and when to use it
- How to change the egg (programming language)
SFTP Details
The Settings tab shows your SFTP credentials:| Field | Description |
|---|---|
| Host | The SFTP server address |
| Port | The SFTP port (typically 2022) |
| Username | Your Portal username |
| Password | Your Portal account password |
sftp command) to manage files directly from your desktop. SFTP has no file size limits.
For a complete guide, see File Manager.
Renaming Your Server
Change your server’s display name at any time from the Settings tab. This only affects the name shown in the Portal’s server list — it does not change your hostname, port, or application behavior.Reinstalling Your Server
The Reinstall button resets your server to a clean default state based on its current egg. This re-runs the egg’s installation process and may overwrite certain files in your server directory, depending on how the egg is configured. When to reinstall:- Your server environment is broken or corrupted
- You want a clean default state with the same programming language
- You are starting a new project and want to reset the server
Changing the Egg (Programming Language)
The egg defines your server’s programming language and framework. Switching to a different egg (e.g., from Node.js to Python) is done from the Settings tab. Steps:- Open the Settings tab.
- Select your new egg from the dropdown.
- Confirm the change.
Debug Information
The Settings tab also displays technical information about your server (such as the server UUID and node ID) that can be useful when contacting support.Next Steps
- File Manager — Download your files via SFTP before reinstalling.
- Startup Settings — Update your startup command and Docker image after an egg change.
- Getting Help — Contact support if something goes wrong.