Servers in user home directory & FTP

Would it be possible to implement a way to store the server files in a users home directory: ex /home/user/servers/ServerName/? If we were to do that, we could then look at possibly creating a ftp interface for the Web-UI.

This is possible to do with symlinks. As of now you’d have to set this up manually through ssh.

@hexparrot: It could be possible to add a setting where you define an alternate path, and then let MineOS set up the correct symlinks? I can see some problems though; all server folders need to be owned by the mc user and group, you’d still have to know the entire path (from root) to where the users home directory is. User rights would be the biggest one, since that actually is a gamestopper. So I think it is possible, but not quite straight forward.