knowledge base
Knowledge base Tag
rar2fs is a FUSE based file system that can mount a source RAR archive/volume or a directory containing any number of RAR archives and read the contents as regular files on-the-fly. Non-archived files located in the source directory are handled transparently. Both compressed and non-compressed archives/volumes are supported but full media seek support (aka. indexing) is only available for non-compressed plaintext archives. In general support for compressed and/or encrypted a…
From the terminal you can use this command: unrar e -r /home/seedit4me/myfile.rar Or, the following command if you want to preserve the directory structure too: unrar x -r /home/seedit4me/myfile.rar
If you can not reset your password, or if you have forgot your username then you can follow these steps to fix this issue. You will need SSH access enabled.Uninstall EmbyConnect to your slot via SSH and type this line, followed by enter: cd /var/lib/emby/config/type this line, followed by enter (same password as you've connected with): sudo rm system.xml type this line, followed by enter: sudo rm -R usersreinstall Emby Once all this is done you should be able…
To transfer files between two seedboxes you can use the 'SCP' command from an SSH connection. Our boxes will let you use this command to transfer data from another provider as well. Transfer files from one Seedit4.me slot to another Seedit4.me slot To begin you need to first enable SSH on the slot you want to copy file from. Once that is done you can connect to that slot via SSH. After that you need to navigate into the directory you want to copy the data from and then use…
First a warning: Using SSH is at your own risk. If your actions result in your slot being inaccessible we can reset it for you, but we will not provide any other support. You will lose all your data once we do this. Using SSH is not recommended if you do not know what you are doing! To begin with: To connect to your slot you will need a terminal application on whatever operating system you are running on. Usually 'Put…
First a warning: Enabling SSH is at your own risk. If your actions result in your slot being inaccessible we will reset it for you, but we will not provide any other support. You will lose all your data once we do this. Using SSH is not recommended if you do not know what you are doing!Only install app's to the seedit4me folder if you install to root this can fill up the small root area causing issues …
To add a leech only user to your slot you will first need to connect to your slot via SSH. Don't know how? Read up on it here.Login to your slot via SSHType in this command, follow by enter: sudo shType in this command, follow by enter: useradd seedftpType in this command, follow by enter: passwd seedftpType in this command, follow by enter: usermod -s /sbin/nologin seedftpType in this command, follow by enter: usermod -a -G seedit4me seedftpType in this command, follow by enter:…