MiXplorer: Q&A and FAQ (User Manual)

Search This thread

Spannaa

Recognized Contributor / Themer
Sep 13, 2010
7,277
16,308
61
Cardiff
Google Pixel 5
Google Pixel 6
I think this is what you want.

Be sure you don't have an extra space in front of the percent sign.
Not sure this is exactly what @roxion22 was after.

Pretty sure renamed file a0010.jpg ought to be a010.jpg and your screenshot doesn't show the renamed file before a001.jpg but it would be a.jpg

Name 'a' with Incremental number format '%3d' would give three digits for all files, but the first file renamed would still be a.ext

I think this needs a regex.
 

Spannaa

Recognized Contributor / Themer
Sep 13, 2010
7,277
16,308
61
Cardiff
Google Pixel 5
Google Pixel 6
How to rename all files to a001.txt,a002.txt,a003.txt..... instead a(1).txt, a(2).txt.
Just looked at this again and it's less complicated than I thought:

1.png2.png3.png
 

09kkthxbb

Member
Mar 11, 2019
15
0
Hello. Is there any chance for MiXplorer to have BLAKE3 support? I've heard that it is faster file hashing method than MD5 and SHA. Thanks
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
Hello. Is there any chance for MiXplorer to have BLAKE3 support? I've heard that it is faster file hashing method than MD5 and SHA. Thanks

Interesting question, it would get more exposure to the developer and other knowledgeable Android users if you post in the main thread as well. It's always okay to start with the FAQ but, whether the developer says yay or nay, this is a good question for the development thread .
 

TimAnd

Senior Member
Jul 20, 2010
157
62
Sarajevo
HI again. When I click Image, I don't see Viber images. I see that from A11 there's some new complication called Scoped Storage, I guess that's the cause. Is there is way to access Viber received/sent images as files?


Edit: LineageOS 18.1.
 
Last edited:

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
Creating Document Providers = Google's Infinite Loops in a Room Full of Mirrors

With thanks again @Testing33 for persistence and @Ultramanoid for coaching, additional methods of selecting document provider have been clarified (in spite of Google having effectively locked us in a room full of mirrors in this regard). I think it’s likely that other people have attempted to report this or done this on their own thinking it was the default. In addition to the wide variation of behavior across different devices, the native file picker may remember which drive was previously selected then in future offer it in a way where users may not even realize there are other options.

The native OS picker in which we navigate to and select a folder to assign document provider offers one item each for internal and external storage. Additionally, it offers MiXplorer specific internal and external storage. If I recall correctly (which is not a certainty on this topic) most people have reported on their attempts to navigate through the OS default drive, but the MiXplorer specific drives can yield different results, in some cases to the successful granting of a document provider at root of internal storage but in other cases, such as external storage on the tested device it can create an inaccessible storage item. Here is the walk-through on a rooted stock moto A11 device which is more restrictive than many others.

00 document provider options.png: diagram of OS and MiXplorer “drives” for document provider navigation.
00 document provider options.png

01 OS internal.png: This is what might be seen when navigating for document provider to OS internal SD on a device that does not allow selection at top of internal storage but allows some degree of selection in /internal SD/Android. “Use this folder” (root of drive) is greyed out.
01 OS internal.png

02 OS external.png: This is what might be seen when navigating to OS external SD on a device that does not allow selection at top of external storage or anything in /external SD/android/. “Use this folder” (root of drive) is greyed out.
02 OS external.png

03 MiX external.png: This is what might be seen when navigating through MiXplorer’s external SD card option. This was an incidental discovery made when testing the reported mechanism for internal SD card. Note the incongruity of “can’t load content at the moment” and “use this folder” being live (not greyed out). Proceeding from here may create an inaccessible “phantom” drive and associated bookmark.
03 MiX external.png

04 MiX internal.png: This is what might be seen when navigating through MiXplorer’s internal SD card option and, to the point of @Testing33's (and likely other people’s) reports, this might allow the assignment of document provider at root of internal storage when that is not available by selecting OS internal storage item. Note the list of folders and the live “use this folder” button. This did indeed seem to allow for the successful creation of a document provider on root of internal storage when that was not possible in the native OS internal storage item.
04 MiX internal.png

05 MiX Added Storage.png: both the previously described successful attempt to add document provider at root of internal storage and the unsuccessful attempt to add document provider at root of external storage appear as new storage volumes in MiXplorer but not in other apps or parallel versions of MiXplorer. IIRC this does not occur when adding document providers for individual folders but that may depend on the nature of restrictions and document providers on the drive and at the folder. To remove the drives that were created by MiXplorer: MiX app properties > Storage > clear access.
05 MiX Added Storage.png
 
Last edited:

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
HI again. When I click Image, I don't see Viber images. I see that from A11 there's some new complication called Scoped Storage, I guess that's the cause. Is there is way to access Viber received/sent images as files?

You may be correct about this being due to scoped storage but more information would be required, such as the details of the device and the specific location of the files, to determine that for sure, and there is a more effective way of testing than using the "image" bookmark. The "image" and other built-in bookmarks are effectively searches which will show what is found but will not reveal information about the location of expected items if they are not found.

For testing purposes navigate to the directory through one of the paths. Also, to access such locations we may need to create document providers or use an alternative path depending the location. Typically that is the order which the developer suggests we attempt solutions, first try document provider then try alternate path (for the locations where alternate path is viable) but the Google and OEM universe in this regard is wildly variable even within individual android versions. It's also worth noting that this is to establish access to the raw location but I do not know what effect that will have on the search bookmark.

This is based on the premise that this is an issue with document provider access to the app directory.

See the first 2 links below for description of document provider configuration and troubleshooting respectively. See the 3rd link (which should go to the post before this one) regarding alternate methods of creating document provider which may help in some cases, and see the 4th link for a description of the extreme variability that I witnessed within android 11 on a few devices.

1) MiX Nugget - Document Provider: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85878051

and

2) MiX Nugget: Troubleshooting SD card & USB OTG access, accessing /android/data, creating Document Providers, accessing folders on Andriod TV or Google TV, accessing folders in Android 13 and up, other things: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-87626419

3) Creating Document Providers = Google's Infinite Loops in a Room Full of Mirrors
https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-88279387

4) Google restrictions highly variable even within one Android version:
https://forum.xda-developers.com/t/...y-featured-file-manager.1523691/post-88252365
 
Last edited:

TimAnd

Senior Member
Jul 20, 2010
157
62
Sarajevo
You may be correct about this being due to scoped storage but more information would be required, such as the details of the device and the specific location of the files..
I'm not familiar with document providers but it seems that I don't have that problem of access.
I didn't know where Viber images are, not in /viber/media/images.
Seems they are now in /Android/data/com.viber.voip/files/.image (with . ) I can see them when browsing with Mix.
So question is: why are those images not read in Image. Is it because of .nomedia there?
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
I'm not familiar with document providers but it seems that I don't have that problem of access.
I didn't know where Viber images are, not in /viber/media/images.
Seems they are now in /Android/data/com.viber.voip/files/.image (with . ) I can see them when browsing with Mix.
So question is: why are those images not read in Image. Is it because of .nomedia there?

Yep, I believe so; check for .nomeedia and .nosearch in that folder and in all folders along the path. You could see what happens if you rename .nomedia, then refresh the android media store for that drive (in mix go to top of drive > long press location > refresh media store).
If after fiddling around don't see those pictures even though you can read and write to the directory it might be worth reporting in the main thread with a log.

BTW, If you are on android 11 and not familiar with document providers then count your blessings. You may have been saved from that madness because LOS being more friendly than my stock motos.
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
This material is so frequently needed that I'm thinking of posting it daily, and maybe renting some skywriting planes, or projectors that display it on the sides of large buildings, maybe attach it as a rider to every known EULA. Also, t-shirts, mugs hats and other merchandise. Perhaps a touring pop-group named "Document Provider" who's hit song is "I Love Your /Android/Data Content" with lyrics that describe how to configure document providers (who will later be found to have been lip-synching i-phone users who know nothing of document providers.).

1) MiX Nugget - Document Provider: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85878051

2) MiX Nugget: Troubleshooting SD card & USB OTG access, accessing /android/data, creating Document Providers, accessing folders on Andriod TV or Google TV, accessing folders in Android 13 and up, other things: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-87626419

3) Creating Document Providers aternate method = Google's Infinite Loops in a Room Full of Mirrors
https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-88279387

4) Google restrictions highly variable even within one Android version:
https://forum.xda-developers.com/t/...y-featured-file-manager.1523691/post-88252365
 

Senliast

Senior Member
Dec 31, 2014
118
37
I am not able to open files, that are accessible only with root, in external apps from MiXplorer. See video. Like shown, it works from any other file manager. Does someone have an idea?

 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
I am not able to open files, that are accessible only with root, in external apps from MiXplorer. See video. Like shown, it works from any other file manager. Does someone have an idea?


The video is hard (for me) to follow as the events occur quickly (compounded by non-English UI* which makes it harder for some people to determine which screen elements are flashng by quickly) Also it does not inform about the state of the device. A brief appearance of a hash-mark (#) might indicate that the device is rooted, but does not speak specifically to what's going on in MiXplorer, and there are other possible factors. More detail may be required.

First, in addition to requiring SU access through your SU manager, MiXplorer has its own in-app toggle which can disable root functions in MiXplorer even on a rooted device (but it does not gain root on a device that is not otherwise rooted). Check: Menu > Settings > More settings > Allow root to make sure it is enabled.

If root is enabled in MiXplorer then please log this as you reproduce what you are doing in your video, then share the log with step-by-step list of what actions you took while capturing the log. At minimum the log will inform about the state of the device and at best it might provide an answer. If that does not work then the log and associated details could be brought to the main thread so the developer might see it.

More information about MiX logging: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-65157367

* There is no implied criticism about the UI not being in English. That is just a limitation of my ability to understand what is happening in the video. I can discern some of it by context if I go frame by frame but, IMO it's not worth doing that until other details are confirmed by looking at a log.
 
Last edited:

OfOtherWorlds

New member
Mar 29, 2023
1
0
Is it possible to change the default folder for Mixplorer's one tap download, AKA DownloadActivity, or do I just have to disable it and use "copy to" to save things to my SD card? I've circled what I want to modify.
Screenshot_20230328_220208_MiXplorer_1.jpg
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
Is it possible to change the default folder for Mixplorer's one tap download, AKA DownloadActivity, or do I just have to disable it and use "copy to" to save things to my SD card? I've circled what I want to modify.View attachment 5875075

I believe that one tap download option is dedicated to the system download folder just as most downloads are from other apps... unless the app offers a way to select a download location, and it is my understanding that the reason the copy to option exists is to give us that choice in MiX but you should not have to disable anything in order to use it. It's an extra tap but that is part and parcel of being able to select a download location.
 
Last edited:

IMXEren

New member
Apr 1, 2023
3
3
Hello everyone, I'm currently working with content URIs on Tasker. However, I've encountered an issue where sending an Intent or launching an activity to open a content URI image from another app in ImageViewer results in a blank image being displayed. Strangely, if I manually share the image and open it in ImageViewer, it gets displayed correctly. Furthermore, if I send an Intent after that, the image is also displayed correctly without any issues.

I'm not sure what I'm doing wrong, or if this behavior is expected. Also, my main objective is to copy the image to a specific location, which can only be achieved if the URI is valid. I'm experiencing an issue with this as well, as when using the "Copy to.." activity, it goes into an infinite copying loop if the URI is invalid.
Thanks
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
Hello everyone, I'm currently working with content URIs on Tasker. However, I've encountered an issue where sending an Intent or launching an activity to open a content URI image from another app in ImageViewer results in a blank image being displayed. Strangely, if I manually share the image and open it in ImageViewer, it gets displayed correctly. Furthermore, if I send an Intent after that, the image is also displayed correctly without any issues.

There are a few notes about Tasker intents in MiX. Links to them should be easy to find by searching the first page of this thread in a web browser (browser search, not XDA search) for Tasker. Some items are about managing servers but there might be others, worth a quick look. Beyond that, this might be worth logging and reporting with more detail in the main thread where it will get more exposure to the developer and other knowledgeable users.

I'm not sure what I'm doing wrong, or if this behavior is expected. Also, my main objective is to copy the image to a specific location, which can only be achieved if the URI is valid. I'm experiencing an issue with this as well, as when using the "Copy to.." activity, it goes into an infinite copying loop if the URI is invalid.
Thanks

I've had some interesting escapades doing similar things in Tasker on a particular device that had atypically restrictive drive permissions. Before taking this to the main thread, try testing manual copy or move operations in the MiXplorer UI in the applicable locations. Likewise give Tasker a quick test of those locations by having it create or write to an existing text file in that location. If you encounter permissions errors while doing that then there might be workarounds, and if you do not then take it to the main thread.
 

IMXEren

New member
Apr 1, 2023
3
3
There are a few notes about Tasker intents in MiX. Links to them should be easy to find by searching the first page of this thread in a web browser (browser search, not XDA search) for Tasker. Some items are about managing servers but there might be others, worth a quick look. Beyond that, this might be worth logging and reporting with more detail in the main thread where it will get more exposure to the developer and other knowledgeable users.

Thanks for your response & yes, I did look on them (FAQs) before attempting to ask the question. Okay, I'll try to ask this in the main thread after I finish the conversation here.

I've had some interesting escapades doing similar things in Tasker on a particular device that had atypically restrictive drive permissions. Before taking this to the main thread, try testing manual copy or move operations in the MiXplorer UI in the applicable locations. Likewise give Tasker a quick test of those locations by having it create or write to an existing text file in that location. If you encounter permissions errors while doing that then there might be workarounds, and if you do not then take it to the main thread.

May I know, is there a way to view file using content URI in MiXplorer? (sorry if it's a silly question)
Just like I wrote above, if the file is in a content URI format then until it is opened manually in ImageViewer, no copy or move functions will work in Tasker & MiXplorer. Copying and other operations are a success in case of file paths (idk about the content URI as idk the way to open them in MiX). As far as I know, I gave Tasker access to all permissions and it can operate in the desired destination of copying the image.



Let me explain you my whole process of what I'm trying to achieve which would be better for both of us. I am using Imgur API to upload images in Tasker by AutoShare-ing (Plugin; populates variables with the file paths/content URI/links). It's working when I try to use the file path/links but that's not the case with content URIs. The issue is that Tasker is unable to access all content provider but if I use MiXplorer content provider (URI) of that original content URI (OC URI in short) Tasker is able operate actions without any errors. So, I thought of replacing the content:// with content://com.mixplorer.file/24! in the OC URI to obtain the MiX URI.

OC URI: content://com.laurencedawson.reddit_sync.pro.provider/external_files/Android/data/com.laurencedawson.reddit_sync.pro/cache/shared/124f1f01935749881f64374bf9a82e99.jpg
MiX URI: content://com.mixplorer.file/24!com.laurencedawson.reddit_sync.pro.provider/external_files/Android/data/com.laurencedawson.reddit_sync.pro/cache/shared/124f1f01935749881f64374bf9a82e99.jpg

Then using the MiX URI in either Copy To.. or ImageViewer Activities but to my surprise, it doesn't function (infinite copying progress & blank image display) until shared manually and opened in ImageViewer (tested in Bromite, Mull Browser, Sync for reddit) even though file is created (specifically for Sync for Reddit) in Android/data/com.package_name/cache/shared/ABC.jpg. Also, I can't use the file path because if the file is in the Android then Tasker can't access it, so preferred MiX URI to temporarily copy the file > Upload to imgur > Delete the temp file.


So, I enabled logging to see where the error actually occurs after sending the intent to open in ImageViewer.
  1. First Log, when I shared to AutoShare to send intent; unsuccessful.
  2. Second Log, when shared to ImageViewer manually; successful.
  3. Third Log, when shared to AutoShare to send intent after it was opened; successful.
Thank you for bearing with me until this point.
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,529
16,319
Thanks for your response & yes, I did look on them (FAQs) before attempting to ask the question. Okay, I'll try to ask this in the main thread after I finish the conversation here.

When you're done with this you should write an article about forum etiquette. It would be nice if more people, especially myself, hashed stuff like this out in a FAQ before going to the development thread.
:D

May I know, is there a way to view file using content URI in MiXplorer? (sorry if it's a silly question)
Just like I wrote above, if the file is in a content URI format then until it is opened manually in ImageViewer, no copy or move functions will work in Tasker & MiXplorer. Copying and other operations are a success in case of file paths (idk about the content URI as idk the way to open them in MiX). As far as I know, I gave Tasker access to all permissions and it can operate in the desired destination of copying the image.



Let me explain you my whole process of what I'm trying to achieve which would be better for both of us. I am using Imgur API to upload images in Tasker by AutoShare-ing (Plugin; populates variables with the file paths/content URI/links). It's working when I try to use the file path/links but that's not the case with content URIs. The issue is that Tasker is unable to access all content provider but if I use MiXplorer content provider (URI) of that original content URI (OC URI in short) Tasker is able operate actions without any errors. So, I thought of replacing the content:// with content://com.mixplorer.file/24! in the OC URI to obtain the MiX URI.

OC URI: content://com.laurencedawson.reddit_sync.pro.provider/external_files/Android/data/com.laurencedawson.reddit_sync.pro/cache/shared/124f1f01935749881f64374bf9a82e99.jpg
MiX URI: content://com.mixplorer.file/24!com.laurencedawson.reddit_sync.pro.provider/external_files/Android/data/com.laurencedawson.reddit_sync.pro/cache/shared/124f1f01935749881f64374bf9a82e99.jpg

Then using the MiX URI in either Copy To.. or ImageViewer Activities but to my surprise, it doesn't function (infinite copying progress & blank image display) until shared manually and opened in ImageViewer (tested in Bromite, Mull Browser, Sync for reddit) even though file is created (specifically for Sync for Reddit) in Android/data/com.package_name/cache/shared/ABC.jpg. Also, I can't use the file path because if the file is in the Android then Tasker can't access it, so preferred MiX URI to temporarily copy the file > Upload to imgur > Delete the temp file.


So, I enabled logging to see where the error actually occurs after sending the intent to open in ImageViewer.
  1. First Log, when I shared to AutoShare to send intent; unsuccessful.
  2. Second Log, when shared to ImageViewer manually; successful.
  3. Third Log, when shared to AutoShare to send intent after it was opened; successful.
Thank you for bearing with me until this point.

Not a silly question at all, just one that I cannot answer but the developer might be able to provide an answer. Try this, post in the main thread the general gist of your question with some basic details and a link to your well detailed post in this thread. Note, the developer is sometimes away from the threads for periods of time but is good about following up upon return.
 
Last edited:

TimAnd

Senior Member
Jul 20, 2010
157
62
Sarajevo
I wish there were detailed explanation on connecting with 'servers'. Something is obvious, start server, use client, and it all works with clients like FileZilla, Cyberduck, or browser for HTTP.

Problem I have is how to map as drive in Windows. I tried WebDAV in 8.1 and 10, no luck. Tried to map \\IP\@[email protected] nothing, \\IP\@[email protected]\DavWWWRoot unexpected arror.
Not sure if it's about self-signed certs or some Windows quirk. ( I wish I don't use Windows, but I'm lazy to totally discard it or I'd have to reinstall Linux and worse set up details for a few devices ).

Here in https://forum.xda-developers.com/t/...fully-featured-file-manager.1523691/page-1869 @hudson4351 said:
when "Authentication" is set to either "Basic" or "Digest", I am able to map the HTTP/WebDav Server to a network drive in Windows Explorer after being prompted for and entering the correct username and password.
So it should be possible, just how.

Similar problem with SMB. Don't know how to map it to Windows. How and where to set smb://IP/sharename and what is sharename here.
SMB 1.0 Client is enabled, I see SMB 1 and SMB 2 as enabled in the system.
This is OK (but cannot use custom port in Windows Explorer): Test-NetConnection -ComputerName 192.168.1.2 -Port 4450 -InformationLevel "Detailed"
This is NOK (when I set Server port to 445): Test-NetConnection -ComputerName 192.168.1.2 -Port 445
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature. ;)
    thanks a lot!

    To the point of your observation some things are not very intuitive but still follow general touchscreen methodology. EG, MiXplorer makes thorough use of screen space and there are very few elements which do not serve a purpose, so while exploring the app. Long press is your friend to help figure out what various things do. As to the FAQ see below.

    I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.

    Strangly enough, your question was already answered in post #2 of this FAQ thread, thanks to the work of IronTechmonkey...


    Interestingly, at one time there was supposed to be a specific mention of how to work with bookmark sections but it must have gotten lost in a shuffle of post edits or may have been outside of the OPs. Although the method for editing sections is implied by the method for editing bookmarks it was not entirely clear so I added this paragraph to FAQ post #2:

    "Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.
    6
    As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature. ;)
    thanks a lot!
    I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.

    Strangly enough, your question was already answered in post #2 of this FAQ thread, thanks to the work of IronTechmonkey...

    6
    That is the notification. I also tried backing up and restoring with Neobackup as suggested. I changed all the mixplorer folders to full 7777 permissions in case it couldn't write it's own settings.
    Nothing works. I'm going to keep at it.

    Until this is solved, there's an easy workaround. Set up MiX the way you want it. Then export settings :

    Settings > MORE SETTINGS > Export ( at the very bottom ) ..

    Next time you start MiX, tap on the exported settings file, .mic extension, and choose "Import" in the dialog.

    It's annoying, but just a couple of extra taps when starting the application.
    6
    My sections in bookmarks have all the name "title". How can i rename them?
    Tap & hold the title you want to edit, swipe it to the right and click the pencil icon, edit the title, then tap OK.
    5
    I actually don't see what double tapping in MiX would accomplish. In my experience, MiX responds to a tap (not waiting for any more taps) or a tap and hold.

    I have double tap set in Nova Launcher to adjust screen brightness, but that doesn't happen if I double tap in MiX rather than the home screen and I wouldn't expect it to.
  • 104
    MiXplorer: Q&A and FAQ (User Manual)

    Table Of Contents:

    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917

    Notes:

    If you are just starting with MiXplorer then a general review of this FAQ might be helpful but if you seek information about a particular feature or workaround you can see if there is a "MiX Nugget" for it. MiX Nuggets are individual freestanding FAQ posts which describe a MiXplorer feature in enough detail for basic use without having to sift through whole FAQ. v. MiX NUGGETS (Freestanding Topical Posts).

    Issues and workarounds of the moment:
    As the android OS and individual apps evolve there are often clusters of issues for which there are common sets of symptoms and common workarounds. This section is to share a link to whatever is the latest such batch of such issues/workarounds. As of January 2023 this set of issues and potential workarounds is described in this post:
    MiX Nugget: Troubleshooting SD card & USB OTG access, accessing /android/data, creating Document Providers, accessing folders on Andriod TV or Google TV, accessing folders in Android 13 and up, other things. https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-87626419.

    --------------------------------------
    i) INTRODUCTION

    As mentioned in an introduction from the main thread: "MiXplorer (Mix of Explorers) is a fast, smooth, beautiful, reliable and fully-featured file manager with a simple and intuitive user interface." created by XDA member and Recognized Developer @HootanParsa

    I (IronTechmonkey) am a MiXplorer user and who volunteered (was volunteered) to create the FAQ but I am not the/a developer. This FAQ attempts to describe configuration options, file & folder operations, UI options, and MiX utilities, as well as to share workarounds for known issues or usage cases. Please feel free to provide, suggestions, corrections, or additions which could be linked to or added to the OPs. Thanks to all for your input already as much of this comes from your questions and answers in the main MiXplorer thread. Thanks to @HootanParsa for such a good file management utility.

    Please continue to direct bug reporting and tech discussion to the primary MiXplorer thread: http://forum.xda-developers.com/showthread.php?t=1523691.

    Note: the developer is sometimes away for periods of time, days or weeks or even months, but is good about following up upon return.

    SOME MIXPLORER HISTORY (MiXtory?)

    This post by HootanParsa describes a how MiXplorer got started and some key events during its relationship with Google Play Store. https://forum.xda-developers.com/t/...y-featured-file-manager.1523691/post-77894840

    Here is another note from HootanParsa regarding the history of MiXplorer on Playstore https://forum.xda-developers.com/showthread.php?t=1523691&p=73870110.

    MiXplorer is closed source, and because the developer rarely if ever engages in discussions about closed vs. open source this is not discussed at length in the main MiX thread. This is not by any rule but rather by respect for the developer's decision. That being said, past discussions about closed vs. open source have been well informed and informative. Such discussions really do relate to software development, if not to the bugs to be fixed at any given moment, so please feel free to have such discussions here if/when they become too much for the main thread.

    --------------------------------------
    GETTING MIXPLORER

    There are several ways to get MiXplorer and keep it updated and there are some methods which should not be used. In particular do not install MiXplorer via Magisk module or other system modification. This is known to cause significant problems and is not supported. Here are the ways to get MiXplorer:

    1) XDA Version in Main Thread: https://forum.xda-developers.com/showthread.php?t=1523691:
    This is the place for p the latest stable version, which is usually available in post 2. This is also where you can get the latest beta version. Note: it is always a good idea to check the main thread's OPs to see what version # is flagged as stable, as well as check the change-log. Add-ons can be obtained through the app which links to website.

    2) Playstore (MiXplorer Silver). As announced by HootanParsa here https://forum.xda-developers.com/showpost.php?p=78465999&postcount=27232; "MiX Silver a bundle of MiX with Archive and SMB2 addons and the latest language resources is uploaded in Play store as a paid app to support the development of MiXplorer. If you liked it and installed it and found a problem, please let me know. Thank you very much. "

    Note: The Playstore-Silver and XDA-Stable versions of MiXplorer are essentially the same (sometimes with small variation) but the Playstore-Silver version includes some add-ons (describe below and at Playstore page) which would have to be installed separately and manually in the XDA version; otherwise the 2 version are functionally the same.

    3) APK Mirror: This is an unsupported repository of more versions of MiX than most people would need, but some of these builds may be helpful in some situations and it provides access outside of Playstore.
    MiX at APK Mirror: https://www.apkmirror.com/apk/hootan-parsa/mixplorer-hootanparsa/
    Old link (just in case) https://www.apkmirror.com/uploads/?q=pishrodevs.
    If this link does not work then search Google for [MiXplorer APK Mirror]
    As to upgrade paths: The Play Store gives a one-shot installation and upgrade path for the app and its included add-ons. The XDA stable version allows users to decide specifically which add-ons are installed but offers a similarly simple upgrade path from with the app.

    4) [POSSIBLE INACTIVE] APKMirror RSS Feeds: https://www.apkmirror.com/apk/pishrodevs/mixplorer-hootanparsa/feed/
    [inactive?]http://www.apkmirror.com/apk/hootanparsa/feed/ The ApkMirror RSS feeds are considered by many to be a similarly "stable" and up to date as the main MiXplorer thread and XDA Labs but it offers less information about the development progression of recent updates.

    Add-ons: MiXplorer Add-ons can be installed from within the app like this:
    Settings > Addons > and click add button > follow links to browse and download appropriate add-ons.

    --------------------------------------
    INSTALLATION:

    After installing MiXplorer there are some things that must be done in order to give MiXplorer proper access to storage locations and root or SU access. It is a good idea to get these things out of the way as part of the installation (or update) of MiXplorer rather than on-the-fly as you need to perform file management tasks. Here is a brief walk-through of how to give MiXplorer it's requisite permissions. This is written for Android Nougat which has more of these prerequisites than earlier Android versions so please note that things may differ across different ROMs and SU/root methods:

    Do this stuff first, immediately after installing MiXplorer but before configuring it and importing skins and or settings

    - At first run of MiXplorer at prompt "Allow MiXplorer to access photos, media, and files on your device?" Select to Allow.
    - Make sure root is enabled in MiX setting > Navigate to Root "/" to force first time SU permissions request > Select " allow" and "remember".
    - Navigate to external SD and create a new folder. There should a prompt "Attention Please select Ext SD... to gain permissions". Note: In some situations you may not have to create a folder to invoke this prompt.

    BUG REPORTING

    - Please report bugs in the primary MiXplorer thread here: http://forum.xda-developers.com/showthread.php?t=1523691. Bug reports should include. details about your device (Android version, ROM version, Root status, SU method, MiXplorer version) as well as a step by step description of how to reproduce the issue and a log taken while the issue was reproduced. There are more suggestions for testing, logging and reporting bugs in this post: https://forum.xda-developers.com/showpost.php?p=65157367&postcount=7
    46
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    1) Primary UI Components
    2) Navigation
    3) Drawer (Bookmarks/History)
    4) Tabs
    5) Views (file folder list)
    6) "Home" page - described in MiX Nugget
    - Home Page - https://forum.xda-developers.com/showpost.php?p=82781209&postcount=1168

    --------------------------------------
    1) Primary UI Components

    The names of various UI objects may be referenced throughout documentation (and are helpful to know when configuring theme). Here are the names of a few primary UI components along with the specific name for their background colors in the theme configuration. This is just as a reference point for the documentation. For more about skins and themes see that post.

    Status Bar: TINT_STATUS_BAR
    Main Bar: BG_BAR_MAIN
    Tab Bar: BG_BAR_TAB
    Tab Indicator: TINT_TAB_INDICATOR
    Selected Tab: TINT_TAB_INDICATOR_SELECTED
    Page: BG_PAGE
    Tools bar: BG_BAR_TOOLS
    Navigation Bar: TINT_NAVIGATION_BAR

    I) Action Bar: BG_BAR_ACTION The Action Bar appears in place of the Main Bar when one or more items is selected.

    J) Drawer: The Drawer can be opened by tapping Hamburger in Main Bar or swiping the Page from left edge toward right and takes it’s background color from BG_BAR_MAIN.

    --------------------------------------
    2) Navigation

    To navigate through folders
    ; Tap the name of he folder you want to enter, or select a bookmark or history item. Note: Tapping the icon to the left will select and highlight the folder.

    To go to the previously accessed folder:; Press back button.

    To go anywhere in the path you are browsing: Tap the Location button in Main bar then tapping the part of the folder tree you want to go to.

    To go to a manually entered location: Long press the Address in the Main bar then tap “Enter the path”. Note the other things that can be done from this menu: Copy path, Copy name, Enter the path, Create shortcut, Clear thumbnails cache, Properties. Note: The items in lists like this may change as MiXplorer evolves.

    To search for items: Tap the search icon, then you can start typing what you want to find in current folder.
    To filter the search: tap the leaning-hamburger, then select an option.
    To search recursively (into sub-folders): Tap the right-angle arrow icon, then choose options and search criteria. See this FAQ Nugget for recursive and advanced search options: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82781351
    Regex: Regex is a fairly powerful method of using expressions (wild-cards and variables) to do searches, and can also be used for renaming files.
    Harvesting information in this post https://forum.xda-developers.com/showpost.php?p=71218953&postcount=118

    To change the View level of details: Tap the View button, then select an option.
    To Add a file or folder: Tap the Add button
    To refresh the View: Tap the Refresh button (or tap the Tab title, or tap the Location button in Main bar then tap the location).
    To sort the view: Tap the Sort button (A-Z icon)

    To show or hide an item flagged as hidden: With no items selected, tap overflow menu then tap "Show Hidden" or "Don't show hidden".
    To exit MiXplorer: Long-press Back button.

    ------------------------------------
    3) Bookmarks/History (Drawer)

    To open the Drawer for Bookmarks and History
    : Tap hamburger in Main Bar, or swipe from the left edge toward right.

    To create a Bookmark to a location on the device: Navigate to the location, then long press the Location in the Main (top) Bar, then tap "Add to...", then tap "Bookmarks"; or Navigate to one level above the folder, then long press the folder in the file/folder list, then tap overflow menu, then tap "Add to...", then tap "Bookmarks". :

    To create a Bookmark to a network share, server or cloud: Open Drawer, then tap hamburger, then tap Add storage, then select and configure the type of storage. There is a "Custom" option at the bottom of the list. Here are examples of 2 common types of network bookmarks:

    1) To access shared folder (SMB share) on PC or other computer on same local network.:
    - Have a shared folder on a computer with file sharing and network discovery enabled.
    - Open MiXplorer on device connected to same network.
    - Bookmarks Drawer
    - Hamburger button
    - Add Storage
    - Custom
    - Search local
    - Enter credentials
    - If the search finds no shares there may be an issue with the sharing on the host or network between devices but you could try manual configuration.

    2) To access an FTP Server on another device:.
    - Have an FTP server to connect to.
    - Bookmarks Drawer
    - Hamburger button
    - Add Storage
    - Custom
    - Enter server details (ftp://<ipaddress>:<port>, user-name password)

    Notes about network and cloud bookmarks:

    - When you create a connection to local network share or cloud via <Bookmark Drawer - hamburger - Add storage>, a Bookmark will automatically be created.

    - Depending on the type of network location, when you browse the network location you may or may not be able to create bookmarks to locations within that tree as described above. This should work for SMB shares on a computer or folders on another Android device accessed via MiXplorer FTP and might work for others.

    - When you save an off-device bookmark, some context sensitive additional configuration variables may or may not be added to the "Advance settings" field, which in some cases can be edited manually later.

    To Delete or modify a bookmark: Open the Drawer, then swipe the bookmark name to the right, then select appropriate action.

    To rearrange bookmarks: Open the Drawer, then tap and drag a bookmark by it’s icon up or down.

    Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.

    To create a custom category (similar to custom bookmark for a search) in the bookmark list: Open 'All files' - Tap on the search button - Recursively - Enter file-name extensions eg; *.zip|*.rar|*.txt - Press GO - Long press the address bar - Add to bookmarks.

    To reset the search-all-by=type folders (archive, apk,image, video, etc) if they are gray and don't work: If you are updating from an older version of MiXplorer you may have to click on bookmark menu and choose "reset default" (which should preserve your own bookmarks) to recreate the new versions of the search bookmarks, then you can delete the gray ones.

    Bookmark functions via the Bookmarks Menu: Add storage Reset defaults; Remove all, Export. Note: To import bookmarks, open the exported .micfg file with MiXplorer and select import.

    To switch between Bookmarks and History : Open Drawer then tap the Bookmarks or History label in top Bar.

    To clear history: Open Drawer to History, then tap mini-hamburger.

    --------------------------------------
    4) Tabs

    1st Tab is left-most. Last Tab is right-most. New tabs will open to the right of the active tab.

    General Tab functions can be accessed via the tab menu and are context sensitive, based on Tab bar visibility and tab arrangement.

    Some functions can can be accessed by long pressing on a Tab when the Tab Bar is visible.

    To refresh a Tab’s view: Swipe down, or tap on the name in the Tab Bar, or tap the location name in main bar then tap it again in the drop down.

    To open a new tab:
    - Open Bookmarks/History
    - Long press on the item that you want to open in a new tab
    or
    - Select a folder in the main page
    - Tap the overflow menu in the action bar
    - Tap "Open in new tab",
    or;
    - Tap the Tab menu then tap "Add new tab"
    or;
    - When on last (right-most) tab, Swipe from right edge to left (depends on "Settings" - ""More Settings" - "Swiping in first and last...")


    Save single tab as default tab or to save a group of tabs (Note: "Save" may occasionally be referred to as "Pin")

    To save an individual Tab be opened to a specific location at each app start (default tab)

    - Have only one tab opened.
    - Navigate to desired location.
    - Long press on Tab Title then tap "Set as default".
    - Open the Tab drop-down menu, select, "Save tabs", Tap "Now" (leave "On Exit" un-selected).

    To save a group of tabs (tab-set) to be opened at each app start:
    - Create the tabs, and open each to the location of your choice.
    - To set the default tab (to be active at app start) long press on Tab Title then tap "Set as default".
    - Open the Tab drop-down menu, select, "Save tabs", Tap "Now" (leave "On Exit" un-selected).
    Note: View detail level and sort order should be remembered per tab.

    To have MiXplorer save the tab-set that is in place at each app close (to be opened at next app app start):
    - Open the Tab menu.
    - Select check box: "On Exit".

    To reset tabs to whatever was last saved by 'Save tabs - Now" or by "Save tabs - On exit":
    - Open the Tab menu then tap Reset tabs. Each Tab's view level and sort order should be remembered and not be reset by this action.


    5) Views (file folder list)

    There are many ways to configure the file/folder list views using the "View" and "Sort" buttons which appear in the Tools bar at the bottom (in the default skin and configuration). Here are a few of the more notable functions:

    - "View" button - "Recursive data": When "Recursive data" is enabled (and after a refresh of the view) MiXplorer will calculate and show the quantity of items and storage space uses in sub-folders.

    - "View" button - "Reset defaults": When "Reset defaults" is enabled then pinch zoom settings can be reset to default for each drive independently by going to root of drive, then selecting a view mode (eg "Detailed"). To maintain the different zoom levels disable "Reset defaults".

    - "Pin" an item to top of list: A folder or file can be "Pinned" so it stays at the top of the list view regardless of sort options. To pin/unpin an item: Select it then open menu then select pin/unpin. Similarly, apps in the "Open with" list can be pinned to the top of that list by long pressing the app then tapping "Pin"

    - Create a custom thumbnail: To create a custom thumbnail for a folder (which would be used when "Auto folder preview" is enabled in main settings) put the image you want to use for the thumbnail in the folder and rename it to .preview.

    - Gallery style view for search folders: For the search folders which show all of a certain file type (eg Audio, Document, Image, Video), there is a gallery style view which shows all images of the designated type on the device but grouped in folders by location similar to the way most default gallery apps work. To enable this mode: Tap the "Sort" button then enable "By parent". To show all items in one list without the folders, disable "By parent"

    - App, User App, System App: When viewing contents of the "App" search bookmark, tapping on Location allows choice of App (all), User App, System App. To create a custom bookmark to any of those: Tap the Location in Main Bar, then select desired view (App, User App, or System App) then long press location and "Add to" bookmarks.

    6) "Home" page

    A full page panel containing locations with details, described in more detail here: MiX Nugget - Home Page - https://forum.xda-developers.com/showpost.php?p=82781209&postcount=1168

    View Customization (more in Skins/Themes)

    Disable Thumbnails (folder specific}: Place image in folder > rename to .nothumbnail
    Custom Folder Icon (folder specific): Place image in folder > rename to .foldericon
    Custom Folder Icon Preview (folder specific): Place image in folder > rename to. preview

    Notes:
    - Some image properties may not function properly. Icons can be optimized here: https://tinypng.com/
    - Some of these may depend on a related setting within the app (eg .preview file and setting "Auto folder preview")



    ----------------------------------------------
    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    iii. WORKING WITH FILES & FOLDERS

    Search, searching for items: Expanded description of search methods in this post. MiX Nugget - Searching for Files and Folders: https://forum.xda-developers.com/showpost.php?p=82781351&postcount=1170

    Select a file or folder: Long press anywhere on the file, or tap on the icon at the left side.

    Select multiple files and or folders: Select one file or folder as described above and then select additional items by tapping on the name of each item.

    Select all files and folders in the current view: Tap the "Select all" button in the tools bar, or open overflow menu and tap Select all. Note: the Select all button and the Servers button can be swapped in the Tools Bar via Settings - More Settings.

    Once you have selected any item(s) the Action Bar will appear (temporally replacing the Main Bar) and will show a counter of selected items with their size, and icons for some standard actions with an overflow menu for more actions. The downward pointing arrow now offers options to expand shift or invert the selection.

    There are several ways to to Copy or Move items:

    Task queue Select items, then choose an action (repeat process for multiple jobs), then navigate to destination, then tap Job Queue, then select queued task.

    - Individual pending tasks or all pending tasks can be cleared from the queue.

    - Pending Copy tasks in the queue can be repeated to different destinations.

    Drag & drop: Select some items then long press on that selection and drag. A hovering pop-up will appear indicating how many selected items are being dragged.When the the destination folder becomes highlighted, release the selection and respond to the then a “Drop files” prompt which offers a choice to copy or move the selected items.

    Copy To and Move To: To copy/move files to a folder to be selected during the process; select items, open menu, tap ]Copy To or Move To, navigate to location, tap OK.

    Some long file operations can be paused using the play/pause button in the task status window. Also, from there the task can be canceled or sent to background.

    Delete options. There are several delete methods, the visibility of which may be context sensitive, and MiXplorer has a native "recycle/trash" feature which can be enabled in Settings - More Settings - Undo.

    Normal: Deletes file “normally”. As is the case with file deletions (not Recycle or Trash) in other OS, the deletion is non-reversible but the raw data may persist until incidentally written over by other system activity.

    Trash: Similar to Recycle or Trash bins on desktops. The locations (drives/root paths) where “Trash” functions may very across ROMs and devices. When "Undo" is enabled as described above the following should occur:

    - Deleted items are placed in hidden folders named .recycle at the root of each drive. Don't delete those manually unless you are not using the "Undo" feature.

    - In the main menu there is an item called "Undo" which shows a list of available undo items. Long press on an item in that list to see the specific files that can be restored. Short press to restore that item/group of items.

    - Menu > Undo > "Remove all"; will delete all the .recycle folders and their contents from all drives (if they exist). Also nota bene: only do this if you are sure you wont need to restore anything). Any time you "Trash" something when "Undo" is enabled the .recycle folder for that drive will be recreated. If you've already disabled "Undo" in settings and still have leftover material in the .recycle folders, those folders can be deleted manually (requires "Show hidden")

    - In some cases you may be able to recover items manually from the .recycle folders.

    - If the trash cannot be emptied, try the following: Main Menu > Undo > Remove all, or Settings > More Settings > deselect Undo. As with manually deleting the contents of the trash/recycle folder, make sure you dont need anything from there before doing this.

    Shredder: Destroys files before deleting them. Only available for certain locations. May take longer for larger selections. Deletion by this method is non-reversible and leaves minimal if any recoverable data on the drive.

    Batch Delete: When you try to delete a folder as "Normal", it also takes time to clean up database, removing thumbnails, etc... . You can use "Batch Delete" to remove that folder as fast as possible.



    ----------------------------------------------
    ----------------------------------------------
    [LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    iv. FTP and HTTP SERVERS and Send-to

    NOTE: As of MiX 6.57 there were substantial changes to servers; ; TCP was removed, Send-to was merged into FTP server, TLS/SSL toggle and explicit/implicit and other switches were added, and multiple accounts can be configured. After updating to 6.57 a username and password will have to be reconfigured as will a few other things as described below. This post outlines the updated server configurations. The description of server configuration for older version of MiX (6.56 and previous) are in this post: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85896901

    --------------------------------------------
    There are multiple ways MiXplorer can make folders available to other devices including: FTP/Share server, HTTP/WebDav server, SFTP server, and SMB1 Server Each server types offers different functionality and may be applicable in different situations, but the FTP(S,ES)/Share server is most robust and can be accessed by FTP clients and by some native OS file managers so FTP Server was used to create this documentation. HTTP/WebDav server offers less functionality but can be accessed by web browsers and native file explorers on most other systems without any client software, just a full-featured web browser and the requisite credentials. The HTTP server is configured similarly to the FTP server. There are also SFTP and SMB1 servers which are newer and or experimental and which may (or may not) be documented elsewhere.

    The MiX server will deliver a different “home” location (folder seen as working folder of directory tree by client) and will offer different levels of access to files on the server device according to: account settings, and method used to run the server, and which folder is in the active tab in MiX on the server device at the time the server is invoked. There is a more detailed description of the different home locations used in different situations below (see Home Path"

    Starting Servers


    The servers can be started or stopped by a variety of methods: Bottom bar button, main menu, server configuration panel, home screen widget, system tile.

    The servers can also be toggled by using Tasker or some other app which can handle intents:
    MiX Nugget - Turning Servers ON/OFF with Tasker and...
    https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-75400602

    Some file operations can be performed via intents.:
    MiX Nugget - COPY with Tasker and...:
    https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-75389465

    Deep Links:
    Additionally, servers can be toggled on/off by using deep-links which are essentially web hyperlinks that can be used to create home-screen shortcuts or which can be run programmatically without requiring the management of other parameters. When invoked by a home screen shortcut or programatically the server will be toggled on or off. Home screen shortcuts can be created by any of many methods including:from within Launchers (eg Nova), or from within some web browsers, or by Tasker, Edge Gestures, Automate, or any app that can create a hyperlink shortcuts on the home screen.

    For example here is a hack-ish but effective method that was used to create one of the shortcuts. Paste the link into a browser > attempted to connect > attempt fails because network is off or there is no website > use feature to create a home screen shortcut > the shortcut takes the name of the error page but effectively toggles the server > rename shortcut.

    These are the deep-links links for toggling each server. Note: these links may be highlighted as hyperlinks in web browsers viewing this page but they are actually links to the MiX installation on the Android device.

    https://mixplorer.com/app/ftp/trigger
    https://mixplorer.com/app/sftp/trigger
    https://mixplorer.com/app/http/trigger
    https://mixplorer.com/app/smb/trigger

    You can add the working directory at the end of the deeplinks for the servers. Example without and with specification of a working directory:

    https://mixplorer.com/app/ftp/trigger
    https://mixplorer.com/app/ftp/trigger/storage/emulated/0/pictures

    --------------------------------------------
    General Server Settings:
    The settings on the main edit server panel apply to the server in general and to all accounts which run on it.

    To edit server: Open servers list by any method > edit (pencil icon).

    Port: This is the port # which is appended to the IP address.
    Time out (seconds): The duration of time after which the server turns off automatically.
    IP address (optional): Experimental.
    Toggle Start on boot: Sets the server to start on device boot.
    Toggle TLS/SSL: Enable/disable encryption.
    Explicit/Implicit: (FTP/Share only) Set Explicit or Implicit mode.
    None/Basic/Digest: (HTTPWebDav only) [description needed]
    Keystore: [description needed]
    Certificate: [description needed]

    More about TLS and Explicit/Implicit here: MiX Nugget: Server Security Settings https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85932885
    --------------------------------------------
    Account settings.

    There must be one account (which is equivalent to a username and password configured for the server in the previous MiXplorer versions). Multiple accounts can be created for the same server with each account having different credentials and offering different type of access.

    To use just one account: (similar to the username/password from the previous version) rename and configure the “admin” placeholder account or create a new account and delete the placeholder.

    To create a new account: In the server edit box Tap Add > enter desired parameters > save.

    To edit an existing account: Tap the account drop down (the displayed account name) > tap the name of the account you want to edit.

    To delete an account: Tap the account drop down (the displayed account name) > tap the name of the account you want to delete > tap delete. Note: the delete button will not appear if there is only one account.

    In the Account edit box the following can be set::

    Username
    Password
    Home Path
    Read only
    Show hidden globally

    --------------------------------------------
    Home Path = The location that clients will see as working directory or root of directory tree

    The root folder for clients is contextual, based on how the server was started: The servers can be started or stopped by a variety of methods: Bottom bar button, main menu, server configuration panel, home screen widget, system tile. If the server is invoked directly from bottom bar, then root to clients should be the same as the currently active folder in the MiXplorer UI on the server device. If the server is invoked from within the server configuration panel then root to clients should be the designated folder from the configuration panel.

    Factors:
    - If left blank then the the home directory will be auto populated by the root of internal storage (as you may have witnessed).
    - Different clients may yield somewhat different behavior. Full client such as Filezilla on desktop recommended for testing and set up before using native Windows, iOS, or Linux file explorers.

    Example Usage Case for multiple accounts: in one FTP server an account could be created with a specific home path so that connections to the server under that account will only see that directory, and another account could be created with no home path designated which allows access to the root of the FTP server device.

    --------------------------------------------
    Send To:
    To Use the FTP Server to receive files from another device running MiX via Send-to

    - Configure FTP servers on both devices with the same port number. Note: The same port # is no longer required; the port can be set in the settings of the connecting device

    - Run the server.

    - On the client device: select a file > menu > send to > > tap settings to set port to match server port > select server device > in the authentication box enter a password for the displayed account or select a different account and use that account password > Tap OK.

    - The regular MiXplorer file operation containing the typical options to abort the process or put it in the background will appear but for small files may not be on the screen for long enough to interact with; nice to have this if you want to gracefully abort a file transfer.

    - The file will be copied to the location determined by the home path set for that account based on how server was started.

    Note: subsequent file transfers during the same MiXplorer FTP server session may not require credentials and may proceed automatically. In that case in order to switch users the ftp server must be briefly stopped and restarted.

    -----------------------
    Link back to MiX FAQ Nugget Index: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-65157352

    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    - vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP

    ----------------------------------------------
    Bug Reporting:
    Please report bugs in the primary MiXplorer thread here: http://forum.xda-developers.com/showthread.php?t=1523691.

    Bug reports should come from the newest beta version of the app. If you notice a bug in the newest release version then check the newest beta. If it also occurs in the beta then log it from there.

    Bug reports should include. details about your device (Android version, ROM version, Root status, SU method, MiXplorer version) as well as a step by step description of how to reproduce the issue and a log taken while the issue was reproduced.

    ----------------------------------------------
    MiXplorer's Built-in Logging:


    Enable MiXplorer logging
    : Settings . More settings . Logging (enable)

    MiXplorer has a native logging feature. If logging is enabled (as it is by default) then the most efficient and the recommended way to do it is the following:

    - After crash or after experiencing issue,
    - Open MiXplorer
    - 3-dots menu
    - Send log.

    If you have disabled logging in the past, or you if are diagnosing more complicated issues or if you will be reviewing the logs yourself before sending. Here is a manual method that some people use:

    - Enable MiXplorer logging.
    - Close MiXplorer.
    - Open MiXplorer.
    - Reproduce the issue.
    - Close MiXplorer.
    - The logs should be in /storage/emulated/0/Android/data/com.mixplorer/cache/log/ (The path may vary slightly depending on ROM).
    - Use alternative file manager (just for this ;)) to get most recent log in folder.
    - If using MiXplorer to get the log manually, then make sure to get the log for the previous MiXplorer session rather than the one for the current session.

    Testing and Logging Notes:

    - Reproduce and log issues in a new session of MiXplorer that was started after logging has been enabled. In other words: Enable logging, then close MiXplorer, then start MiXplorer to reproduce the issue and send the log. A new log is created each time you open MiXplorer. Note: - In some cases it is recommended to test the issue in a clean installation of MiXplorer (after uninstalling MiX then reinstalling it).

    - The MiXplorer log directory will not appear until MiXplorer logging has been enabled at least once since last new installation of MiXplorer. Also, if MiXplorer is uninstalled the log folder will be deleted, so if you are getting logs manually during repeated tests remember to do so before next uninstall.

    - Before sharing logs it is a good practice to review them for information that you don’t want to share, and to delete that information or replace it with an obvious label, eg <thing x deleted>. To each their own about what to delete, but reviewing logs with privacy in mind before sending is prudent.

    - For logging more complex issues, or certain types of FCs where native app logging does not catch the error, a full system log (logcat) may be needed. The app "MatLog" (formerly "CatLog") from Play Store https://play.google.com/store/apps/details?id=com.pluscubed.matlog&hl=en can be used to capture logcats on the device. If an issue is causing reboots then the log might have to be taken from a USB connection on a computer via ADB.

    - When you share the log, also share the following:

    1) Full details of the device including: Android version, ROM version and variant, Root status, SU status, busybox status.
    2) A detailed description about how to reproduce the error when logging so others may try to reproduce it.

    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP