How to upload "local" server to Oracle VM server?
I've been self-hosting a server for a couple of friends on my desktop, but I've now set up an oracle vm for a server. How can I transfer all the info (world state, settings, player info etc) to the oracle server?
17 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by thehof123#0
Have a look on YT I imagine this is something common, it would just be a case of transplanting the world files onto the set up server
When I say world files I mean all the files unique to your server, so player files etc
Download a SFTP client such as WinSCP or you can use a client like Bitvise which lets you SSH into your server and has a good SFTP client built in too
I assume you havent installed a panel software so you just need to use your oracle details
so everything in the server folder?
panel software?
Downloads for client(s) if you need one
https://winscp.net/eng/index.php
https://www.bitvise.com/download-area
Panel software are things you see hostings use, they have a website you can access to do things like run commands, edit server files and so on
https://demo.pebblehost.com/site/login you can see one here
WinSCP - Free SFTP and FTP client
WinSCP
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.
PebbleHost - Login
PebbleHost | Control Panel
ohh okay - I've not got that - I've just got a CLI
Regarding server files. You just basically upload everything really.
Normally i ignore:
- cache folder
- libraries folder
- versions folder
because the above are generated when you run your server
World folder may take a while to upload if its big
ah okay
Sorry - when using WinSCP to connect the two, what should i put in the proxy username box?
Why do you need to if i may ask
With Winscp all you gotta do is:
Fill in Host (should be an ip unless u use a domain), set port to 22 for SFTP, give them your username (could be Ubuntu if you use a Ubuntu oracle VPS) and under SSH authentication give it your ssh key then ur good to go
this worked - thank you 🙂
Hopefully last thing - how do i run the .bat file from the vm? (tried
$ start.bat
, but that didn't work)Linux uses sh files. Not bat files
Minecraft Wiki
Setting up a server
This tutorial takes you through the steps of setting up your own Java Edition server using the default server software that Mojang Studios distributes free of charge. The software may be installed...
ahh thanks!
Thank you so much for your help - everything is working 🙂