MineOS: FTP access problem

SeeYouu

Cadet
Joined
May 5, 2020
Messages
5
Hello everybody,
Sorry for my very "google translate" english, but we are not both friends.
I'm coming to you for a problem that I've had for a while now.
I have freenas 11.3 u2.1, I have mineos installed on it.
I was able to configure a server without problem, access to the webgui is very good.
The only downside is that I don't have access to the mineos ftp.
Whatever I use as an address, it is denied to me.
Do you have any idea what I'm not doing?
I tried with filezilla and WinSCP and it's the same thing.

For information :
server ip address: 192.168.1.21
mineos ip address: 192.168.1.33/8443

I opened all the ports in my box thinking that it could come from that, I also disabled my firewall windows defender.
 
Joined
Jul 10, 2016
Messages
521
Go to to the shell of your MineOS jail and enter for following command: service sshd onestart

This will start the ssh service in the jail, which is needed for FileZilla and WinSCP. You can login with the same mcserver user as the MineOS webUI.

If you want this to survive a jail restart, you can enter sysrc sshd_enable="YES" to have this service always start automatically when the MineOS jail starts.
 
Top