So I am making a dedicated server using a Debian 9 VPS. I managed to install mono and vsftpd (Tho I don’t have permissions to open the .shh folder in “Debian” as an owner :/).
I unpacked the fx.tar.xz file, and I downloaded the cfx-server-data folder.
How do I make the server work? Where do I put those files.
Also I have made a server on Windows previously, so I have quite many resources I’d like to use. Where do I put the resources file, and can I just copy my old server.cfg from Windows?
Your FTP user probably doesn’t have access to the folder you’re trying to upload your files to. Try using SFTP and logging in with your main ssh account (not root). Then upload the files to that user’s home folder and copy the files to the correct folder using SSH.
You don’t need to access .ssh as it is a part of the system. Debian and every other Linux distribution comes preinstalled with Ftp server (pretty much SFTP now). I suggest you make a folder in /root or /home called fxserver or something and work off of that.
But why though. Use your root credentials that you access with SSH as they are the same. That is most likely why Linux is throwing permission issues at you.
FTP server is part of linux anyways so it does not require third-party installation.
Ahhh. That fixed it :). I couldn’t login with the root account previously. I was getting an error saying I entered a wrong username or password. Therefore I followed a guide on how to install vsftpd.