knowledge base
All Articles
We offer you quite a unique feature within the world of seedboxes: the ability to forward ports to your seedbox. You an do so by opening the slot you want to forward a port on, and then scroll down to 'Advanced features'. You can forward a maximum of 10 ports per seedbox. There you will find the option to manage your port forwards. To add a new port you can click on 'Request new port'. The page will refresh and afterwards you can find your external port and set the internal port your app…
We get a lot of tickets about this so I wanted to make a quick post explaining all is fine! Also please make sure to look at the 3rd row down Real Ram that is the one that matters !What's going on?Linux is borrowing unused memory for disk caching. This makes it looks like you are low on memory, but you are not! Everything is fine!Why is it doing this?Disk caching makes the system much faster and more responsive! There are no downsid…
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:…
Client To connect to your slot you will need an FTP client on whatever operating system you are running on. Usually 'FileZilla' will do just fine. Download and install the application of your choice, we will use FileZilla as an example in this guide, but you can use the information within any other application you might use.Connection method Your Seedit4.me slot has a few different protocols you can use to connect with: plain FTP FTPS / TLS …