From 4b74ca7d02cfef81ef00f4e4f6fe9da1efe42669 Mon Sep 17 00:00:00 2001 From: Mo Kakwan Date: Sat, 28 Mar 2026 00:24:40 -0400 Subject: [PATCH] Create sftpclient.md and added directions for sftp client connection --- web/sftpclient.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 web/sftpclient.md diff --git a/web/sftpclient.md b/web/sftpclient.md new file mode 100644 index 0000000..262a57d --- /dev/null +++ b/web/sftpclient.md @@ -0,0 +1,53 @@ +--- +layout: default +title: SFTP Client +permalink: /web/sftpclient +parent: Web Services +nav_enabled: true +has_children: false +has_toc: false +--- + +## How to use an SFTP Client to connect to muos on your device + +## General Idea +This guide will help you enable the SFTP service on your device and connect using a dedicated SFTP client (such as WinSCP, FileZilla, or Cyberduck). + +### Prerequisites +* You are familiar with your SFTP client of choice. +* Your handheld and your PC are on the same local network (e.g., 192.168.1.x). +* Wi-Fi is enabled and connected on your muOS device. + +--- + +## Steps + +### 1. Enable Services and Note IP +1. On your device, navigate to **Configuration**. +2. Select **Webservices**. +3. Toggle **SFTP + Filebrowser** to enabled. +4. Note your device's **IP Address** displayed in the Wi-Fi settings or the Webservices menu. + +### 2. Configure Your SFTP Client +Open your client on your PC and enter the following credentials: + +| Setting | Value | +| :--- | :--- | +| **Host / IP** | `` | +| **Port** | **2022** | +| **Protocol** | SFTP (SSH File Transfer Protocol) | +| **Username** | `muos` | +| **Password** | `muos` | + +> **Note:** The port **2022** is mandatory. Standard SFTP usually defaults to port 22, so you must manually change this. + +### 3. Understanding the File Structure +Once connected, you will see the following directories: + +* **MUX:** Internal system files (avoid modifying these). +* **MMC:** SD1 - contains saves, ROMs, and BIOS. +* **SDCARD:** SD2 - secondary storage (recommended for most users). +* **USB:** Any externally connected storage devices. + +## Further Assistance +For further assistance, please refer to the [muOS Discord](https://discord.gg/muos).