Trying to run a CurseForge mod (Prominence 2) through Oracle VM

Hello, I am currently trying to host a multiplayer minecraft server with the Prominence 2 Hausterian Era Curseforge mod. I have went through the process of setting up an instance of an Oracle VM + using Putty with the VM, but am unable to find a guide online on how to install Curseforge + the mod I need in the VM. Any help would hbe greatly appreciated, thank you!
278 Replies
Admincraft Meta
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 sunbun_chen#0
Sunbun
SunbunOP2w ago
following this guide, stuck at step 5 essentially
Skullians
Skullians2w ago
Build a Modded Minecraft Server on Linux
The definitive guide to building a Modded Minecraft Server on Linux
Sunbun
SunbunOP2w ago
i follow these steps in the VM, correct?
Skullians
Skullians2w ago
yep
Sunbun
SunbunOP2w ago
thank you, will let you know once I get it working what is the purpose of apt update? it's taking quite a long time
Skullians
Skullians2w ago
Just basically fetched updates for all the source lists where you can download things so you download the latest packages It shouldn’t take too long, if it is then it’s likely poor connection
Sunbun
SunbunOP2w ago
it's showing N/267 dependencies and packages being installed i dont think my connection is bad
Skullians
Skullians2w ago
Try do CTRL + C and rerun the command
Sunbun
SunbunOP2w ago
nvm it just finished lol i guess im just impactient for step 2, I'm getting a "unable to find a match: screen" whe running sudo yum install screen b) Install screen (This will be needed to run your minecraft server console while logged out of your Linux server). This step
Skullians
Skullians2w ago
what Linux distribution are you using? Oracle Linux?
Sunbun
SunbunOP2w ago
yes should i use tmux instead?
Skullians
Skullians2w ago
Yes tmux is way better lol
Sunbun
SunbunOP2w ago
is there a guide to it instead of doing screen
Skullians
Skullians2w ago
Honestly just google how to use tmux To start a session you just type tmux
Sunbun
SunbunOP2w ago
is tmux a replacement for screen
Skullians
Skullians2w ago
yes
Sunbun
SunbunOP2w ago
@Skullians sorry for the pings Now download the version 1.12.2 Forge Installer. Pick the Latest Installer file (not the Universal file) and copy it to your /opt/minecraft folder. for this, is there a specific command? it doesn't specify in the doc is it wget
Skullians
Skullians2w ago
if you’re moving files try the ‘cp’ command cp ./DirectoryA_1/README.txt ./DirectoryA_2 etc
Sunbun
SunbunOP2w ago
im not moving files i believe in the context of the guide, it's saying to copy a link address to a folder in my Linux VM
Skullians
Skullians2w ago
What step in the guide are you on?
Sunbun
SunbunOP2w ago
step 3 not sure how to copy it
Skullians
Skullians2w ago
just copy it line by line top line, run it then the next after that
Sunbun
SunbunOP2w ago
no like I did the top 3 lines alr the command lines cd /opt mkdir minecraft cd minecraft these have been done already but now it's telling me to copy to the folder without a command unless i'm seriously missing something conceptually
Skullians
Skullians2w ago
OH RIGHT yes, use wget to download the forge installer
Sunbun
SunbunOP2w ago
ok so
Sunbun
SunbunOP2w ago
ok thank you
Skullians
Skullians2w ago
(Will depend)
Sunbun
SunbunOP2w ago
wget https://adfoc.us/serve/sitelinks/?id=271228&url=https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.6-50.1.32/forge-1.20.6-50.1.32-installer.jar ? i really want to make sure i dont get this part wrong lol just clarifying i pressed the link, right clicked the installer icon under "Download latest", copied link address and now I just type in the opt/minecraft directory in the linux vm with: wget "https://adfoc.us/serve/sitelinks/?id=271228&url=https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.6-50.1.32/forge-1.20.6-50.1.32-installer.jar"
Skullians
Skullians2w ago
Wrong one
Sunbun
SunbunOP2w ago
oh which one should it bne recommended?
Skullians
Skullians2w ago
you need it without the adfocus stuff just remove the start of the url in that cmd until you get to the https://maven.etcetc
Sunbun
SunbunOP2w ago
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.6-50.1.32/forge-1.20.6-50.1.32-installer.jar? ? and i see that the guide wants 1.12 but it should be fine with recommended right
Skullians
Skullians2w ago
Perfect, but just choose whatever forge mc version you need
Skullians
Skullians2w ago
should work yeah
Sunbun
SunbunOP2w ago
oh wait could i have used filezilla for this or is it fine to just wget for future file movements
Skullians
Skullians2w ago
Yeah FileZilla would have also have worked and you’ll probably have to use that for adding mods too (convenient)
Sunbun
SunbunOP2w ago
For step 4: a) run the forge installer file with the --installServer flag. java -jar forge-1.12.2-14.23.5.2860-installer.jar --installServer This will take a bit of time and will create a second file called forge-1.12.2-14.23.5.2860.jar. I installed the file, but it's not present in the folder orge-1.12.2-14.23.5.2860.jar is not in the folder when i run "dir" does anyone know why
Skullians
Skullians2w ago
Where did you download the installer file?
Sunbun
SunbunOP2w ago
in the opt/minecraft folder that they instructed me to
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
this is what is present in the folder after i installed
Skullians
Skullians2w ago
you need to change the jarfile name in the command in the guide
Sunbun
SunbunOP2w ago
the jar file is not there i did
Skullians
Skullians2w ago
you’re trying to run it for a 1.12.2 installer well
Sunbun
SunbunOP2w ago
im p sure i changed it to 1.20.1.. i'll try it again
Skullians
Skullians2w ago
Wait don’t
Sunbun
SunbunOP2w ago
ok
Skullians
Skullians2w ago
run ‘ls’ and show the entire output
Sunbun
SunbunOP2w ago
No description
Skullians
Skullians2w ago
hmmmmmmm try run the run.sh file
Sunbun
SunbunOP2w ago
using which command?
Skullians
Skullians2w ago
./run.sh or ‘sh run.sh’
Sunbun
SunbunOP2w ago
oh that might have worked since now it's saying i need to verify the eula i'll lyk
Sunbun
SunbunOP2w ago
No description
Skullians
Skullians2w ago
wonderful
Sunbun
SunbunOP2w ago
does this look right?
Skullians
Skullians2w ago
looks good you can edit the Eula via ‘nano eula.txt’
Sunbun
SunbunOP2w ago
I changed eula to true and reran ./run.sh
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
not sure what to do with this
Skullians
Skullians2w ago
uhhhh you need to CTRL + X out of that first then run ./run.sh
czychuuu
czychuuu2w ago
installing pterodactyl would be easier and faster
Skullians
Skullians2w ago
-# to be brutally honest, not insulting OP’s knowledge, but if they’re struggling to do this they sure as hell won’t be able to install and set up pterodactyl, nor maintain and even if I did help them it would take far longer
Sunbun
SunbunOP2w ago
no insult taken practically new to Linux
Skullians
Skullians2w ago
sure, install scripts exist but they’re unofficial, don’t work sometimes and you don’t get support from ptero
Sunbun
SunbunOP2w ago
also i ran nano ./run.sh not sudo ./run.sh my bad
Skullians
Skullians2w ago
ahhhh
Sunbun
SunbunOP2w ago
oh it looks like it's installing now!
czychuuu
czychuuu2w ago
there are 100s of indian tutorials detailed as much as possible (use google)
Skullians
Skullians2w ago
and yet people still fuck it up 😭
Sunbun
SunbunOP2w ago
@Skullians
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
at this pt kinda just following ur guide the guide earlier that you sent doesn't detail what to do with this 😔
Skullians
Skullians2w ago
This looks perfect, the server started you can run ‘stop’ now which will stop the server then you can use FileZilla or whatever to drag and drop whatever mods you want into the server’s ‘mods’ folder
Sunbun
SunbunOP2w ago
ok i'll lyk if i have any questions regarding sorry for all the trouble oph one other question I wasn't able to run the command for allocating the ram for the server since we went a different route than the guide states: java -Xms1024M -Xmx2000M -jar /opt/minecraft/forge-1.12.2-14.23.5.2860.jar nogui
is there some way to modify this now? since i have 12GB ram and 2 OCPUs, was gonna do 4096M to 10000M
Skullians
Skullians2w ago
make sure you run the command inside /opt/minecraft
Sunbun
SunbunOP2w ago
ok
Skullians
Skullians2w ago
and set the path to just forge-1.whatever.jar Would do 9000M give the OS itself 3gb
Sunbun
SunbunOP2w ago
the dir only has installs tho
Skullians
Skullians2w ago
actually 10000M should be fine
Sunbun
SunbunOP2w ago
No description
Skullians
Skullians2w ago
that’s fine then just do that if it works then it’s fine
Sunbun
SunbunOP2w ago
how do i check if it works or do i assume no console errors works
Skullians
Skullians2w ago
uh run the command and see if the server turns on and that you can connect
Sunbun
SunbunOP2w ago
well the ability to connect doesn't necessarily verify that the correct amount of ram is being allocated, no? is there some way to see a stat sheet of sorts as to whether or not the parameter went through
Skullians
Skullians2w ago
ohhh uhh if you install the mod spark (https://spark.lucko.me/ you can verify it by running ‘/spark health’
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
Sunbun
SunbunOP2w ago
o sounds good i ran the command and it seems to have no errors
Skullians
Skullians2w ago
Go ahead and add your mods then ^^
Sunbun
SunbunOP2w ago
wait holdf on
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
is "world" what i was supposed to run the ram allocationon im p sure running it on the installer file is wrong
Skullians
Skullians2w ago
no no you always run the run.sh file and to change xmx and xms you edit the JVM args txt file
Sunbun
SunbunOP2w ago
but i ran xmx and xms on the forge-1.20.1-47.3.0-installer.jar file\ this was the same file i ran to install forge im supposed to run the ram commands on the application, not the executable, no?
Skullians
Skullians2w ago
Yes but the server is already installed
Sunbun
SunbunOP2w ago
i know that but the installation file stays
Skullians
Skullians2w ago
It generates the run.sh with the correct command you can delete it (The installer)
Sunbun
SunbunOP2w ago
yes i understand that too but why am i running the ram allocation on the installer file that's deleteable
Skullians
Skullians2w ago
you don’t need to
Sunbun
SunbunOP2w ago
should it be ran on run.sh
Skullians
Skullians2w ago
you should add it into the user_jvm_args.txt
Sunbun
SunbunOP2w ago
oh java -Xms1024M -Xmx2000M -jar /opt/minecraft/forge-1.12.2-14.23.5.2860.jar nogui
Skullians
Skullians2w ago
Because the run.sh file will put all the args from that file into the start command
Sunbun
SunbunOP2w ago
so this was wrong?
Skullians
Skullians2w ago
yeah just need to add the Xms and Xmx files on new lines in the user JVM args file
Sunbun
SunbunOP2w ago
OH BRUH
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
so nano'ing this effectively does the same thing as that line of code
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
is this it @Skullians ?
Skullians
Skullians2w ago
perfect, just edit those two args
Sunbun
SunbunOP2w ago
just save and it's done? ok
Skullians
Skullians2w ago
yep!
Sunbun
SunbunOP2w ago
god bless ok mods is filezilla very needed or can i just wget file paths
Skullians
Skullians2w ago
wget works as well FileZilla is just a matter of convenience
Sunbun
SunbunOP2w ago
ah wait so for the prominence 2 mod right it has 410 mods in it's modpack do i need to wget every single one separately
Sunbun
SunbunOP2w ago
CurseForge
Prominence II RPG: Hasturian Era
Content rich RPG themed modpack. Featuring balance, tons of custom content, quests, and a story campaign for Minecraft 1.20.1! 5.8M Downloads | Modpacks
Sunbun
SunbunOP2w ago
like this mod
Skullians
Skullians2w ago
oh god uhhh
Sunbun
SunbunOP2w ago
or does filezilla have a way of compressing the moids
Skullians
Skullians2w ago
What you’d be better off doing is downloading the server pack of it https://www.curseforge.com/minecraft/modpacks/prominence-2-rpg/files/5981375 and then copying it over with FileZilla
CurseForge
Prominence II RPG: Hasturian Era
Content rich RPG themed modpack. Featuring balance, tons of custom content, quests, and a story campaign for Minecraft 1.20.1! 5.8M Downloads | Modpacks
Sunbun
SunbunOP2w ago
and moving them altogether ok i will get filezilla
Skullians
Skullians2w ago
you could just zip it, transfer and unzip on oracle
Sunbun
SunbunOP2w ago
in a second on oracle? or do you mean in the VM
Skullians
Skullians2w ago
Zip it on your computer, transfer over FileZilla and unzip through SSH
Sunbun
SunbunOP2w ago
in curseforge where can i download all 450 mods
Sunbun
SunbunOP2w ago
No description
Skullians
Skullians2w ago
This is the latest fabric 1.20.1 server pack
Sunbun
SunbunOP2w ago
is it "download server pack"
Skullians
Skullians2w ago
download it
Sunbun
SunbunOP2w ago
i didnt see that my bad thank you
Skullians
Skullians2w ago
all good
Sunbun
SunbunOP2w ago
@Skullians in filezilla, do i need to bring over just the config and mods folder from the prominence folder im trying to transfer through filezilla, but the transfers are all failing it's saying that open for write has permission denied @czychuuu do you know of anyway to fix this
czychuuu
czychuuu2w ago
chmod 777 path/to/mods/folder
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
nvm i used suo sudo do i only have to move config and mods folder over? from desktop prominence 2 folder to VM minecraft folder?
czychuuu
czychuuu2w ago
better move everything
Sunbun
SunbunOP2w ago
like
czychuuu
czychuuu2w ago
cuz there might be kubejs for example
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
this is the desktop folder
Sunbun
SunbunOP2w ago
No description
czychuuu
czychuuu2w ago
in this case only folders
Sunbun
SunbunOP2w ago
and this is the filezilla folder so even though filezilla only has config and mods
czychuuu
czychuuu2w ago
btw if you generated the worl without mods delete it
Sunbun
SunbunOP2w ago
or rather they only have those 2 as a commonality still move evberything? i thought u load mods after generating the world though
czychuuu
czychuuu2w ago
defaultconfigs are for world/serverconfig so yeah you need that
Sunbun
SunbunOP2w ago
ok i will copy all 4 folders how do i delete the world? regen it
czychuuu
czychuuu2w ago
existing chunks would be vanilla rm -rf /world dont do it thru sftp cuz it will take long time
Sunbun
SunbunOP2w ago
every source has told me to do it through sftp tho which should i use
czychuuu
czychuuu2w ago
sftp does not have recursive delete and has to scan and delete every single file
Sunbun
SunbunOP2w ago
but delete doesn't work with sftp, i thought sftp was just a transferring protocol isn't delete only used in the context of the linux shell *rm
czychuuu
czychuuu2w ago
delete is delete
Sunbun
SunbunOP2w ago
isn't sftp not related to the vm if i just type rm -rf /world in the vm
czychuuu
czychuuu2w ago
if you dont fuck up path somehow youre fine
Sunbun
SunbunOP2w ago
i am so confused 😭 ok i'll first transfer the 4 folders from my desktop to my vm through filezilla are you saying to not use SFTP for this transfer process?
czychuuu
czychuuu2w ago
just dont use it for deleting folders with alot of files
Sunbun
SunbunOP2w ago
ok
czychuuu
czychuuu2w ago
or it will just take alot of time
Sunbun
SunbunOP2w ago
after i transfer the 4 folders over i will close filezilla then i will run rm -rf /world ? so sftp has nothing to do with it\ does that work
czychuuu
czychuuu2w ago
even if you delete it while you have filezilla open you can just ctrl+r or f5 to refresh files in current folder
Sunbun
SunbunOP2w ago
ok then do i regenerate the world with ./run.sh and then im good?
czychuuu
czychuuu2w ago
just turn on the server and it will generate the world
Sunbun
SunbunOP2w ago
uh ok i might have forgotten how to turn on the server 😭 i will recheck guide
czychuuu
czychuuu2w ago
idk what you are using but java -xmx -xms -jar
Sunbun
SunbunOP2w ago
yeah smth like that, remembered now thank you! i'll lyk if anything bugs out, hopefully this is everything
czychuuu
czychuuu2w ago
did you open a port?
Sunbun
SunbunOP2w ago
ye my filezilla transfers are working
czychuuu
czychuuu2w ago
then you should be good to go
Sunbun
SunbunOP2w ago
config and mod is done ok all 4 folders have been transffered successfully
Sunbun
SunbunOP2w ago
@czychuuu
No description
Sunbun
SunbunOP2w ago
is world supposed to stay? after i do rm -rf /world
czychuuu
czychuuu2w ago
without / mb
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
nvm
czychuuu
czychuuu2w ago
hope you didnt had anything in the ~/world (main dir) cuz its gone now
Sunbun
SunbunOP2w ago
i keep forgetting sudo solves everything i dont have a ~/world dir p sure
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
i think i reinstalled it by running the command -xmx -xms -jar this one
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
also im getting a load of errors when i do run ./run.sh as skullians told me to do earlier which i believe is the way to generate the world
czychuuu
czychuuu2w ago
No description
Sunbun
SunbunOP2w ago
but that makes no sense the mod is made for 1.20.1\
czychuuu
czychuuu2w ago
if you download a pack for 1.18 then you must use forge for 1.18 you cant just download a mod for 1.18 and run it on 1.20.1 or other way
Sunbun
SunbunOP2w ago
the pack that i downloaded was 1.20.1
czychuuu
czychuuu2w ago
whats the pack name?
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
forge-1.20.1-47.3.0
czychuuu
czychuuu2w ago
modpack not forge oh nvm its in title
Sunbun
SunbunOP2w ago
this one
czychuuu
czychuuu2w ago
btw "fabric"
No description
Sunbun
SunbunOP2w ago
wait but i thought it was a curseforge mod under forge or is that not how it works
czychuuu
czychuuu2w ago
curseforge is a website and app for sharing mods mopacks etc just like modrinth
Sunbun
SunbunOP2w ago
but mods are created with forge or fabric as the loader... and forge has nothing to do with curseforge...
czychuuu
czychuuu2w ago
curseforge has nothing to do with forge
Sunbun
SunbunOP2w ago
yeah just kill me now jesus christ do you know how to reset the vm
czychuuu
czychuuu2w ago
wdym reset
Sunbun
SunbunOP2w ago
well i did all the steps with forge i guess i mean how to start from the beginning brand new since I have an Oracle VM
czychuuu
czychuuu2w ago
you only need to change forge to fabric
Sunbun
SunbunOP2w ago
oh what specifically do i have to download then? or wget...?
Sunbun
SunbunOP2w ago
Fabric
Installation for Minecraft Launcher
The home of the Fabric mod development toolchain.
Sunbun
SunbunOP2w ago
this?
czychuuu
czychuuu2w ago
Fabric
Download Minecraft Server Launcher
The home of the Fabric mod development toolchain.
czychuuu
czychuuu2w ago
installer is for desktop
czychuuu
czychuuu2w ago
No description
czychuuu
czychuuu2w ago
you can do that too copy the launch command and edit -xmx -xms
Sunbun
SunbunOP2w ago
oh wait it's not working with wget should i just do it through filezilla will it still install if i simply just move the file to the directory
czychuuu
czychuuu2w ago
curl
No description
czychuuu
czychuuu2w ago
if you get a crash try downloading older fabric version
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
i thought version had to be the same or is that just for forge
czychuuu
czychuuu2w ago
chmod -r 777 server folder some mods might not work with all versions and they didnt say which to use on curseforge
Sunbun
SunbunOP2w ago
this isn't working do i need to specify full path to folder?
czychuuu
czychuuu2w ago
cd ../ to go back a folder
Sunbun
SunbunOP2w ago
says chmod: cannot access "777" im in the correct directory with the server folder
czychuuu
czychuuu2w ago
mb chmod 777 server folder
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
oh right thank you
czychuuu
czychuuu2w ago
why do you have .jar there
Sunbun
SunbunOP2w ago
it's in the name of the folder i did sudo java -Xmx2G -jar fabric-server-mc.1.20.1-loader.0.16.9-launcher.1.0.1.jar nogui and it looks like it's working now actually just added sudo it looks like it's generating the world
czychuuu
czychuuu2w ago
wait im confused
Sunbun
SunbunOP2w ago
ok it didnt work what's wrong? let me ls and show 7you
Sunbun
SunbunOP2w ago
No description
Sunbun
SunbunOP2w ago
i downloaded the .jar file and moved it into the folder in my virtual machine using filezilla
czychuuu
czychuuu2w ago
go a folder before where mod configs and everything is and do apt-get install tree and tree
Sunbun
SunbunOP2w ago
does yum work
czychuuu
czychuuu2w ago
and send the output
Sunbun
SunbunOP2w ago
apt doesn't work for me
czychuuu
czychuuu2w ago
huh
Sunbun
SunbunOP2w ago
apt doesn't work
czychuuu
czychuuu2w ago
what distro do you have
Sunbun
SunbunOP2w ago
yum does tho distro?
czychuuu
czychuuu2w ago
ubuntu fedora etc
Sunbun
SunbunOP2w ago
im not sure how to check tbh p sure i have ubuntu tho the OS is oracle Linux
czychuuu
czychuuu2w ago
oh god
Sunbun
SunbunOP2w ago
what
czychuuu
czychuuu2w ago
if i were you i would start over but on ubuntu
Sunbun
SunbunOP2w ago
damn
czychuuu
czychuuu2w ago
if you want i can install the modpack for you would be faster and easier
Sunbun
SunbunOP2w ago
i think it's fine i'll restart
Sunbun
SunbunOP2w ago
Sunbun
SunbunOP2w ago
probably follow this now that i know this is fabric
czychuuu
czychuuu2w ago
btw for a free tier you can do 24gb ram instead of 12
Sunbun
SunbunOP2w ago
oh yeah i just read i didn't need more than 12 didnt know if there were drawbacks for more memory
czychuuu
czychuuu2w ago
if they give 24 take 24
Sunbun
SunbunOP2w ago
fosho thank you what a long day 😔
Tamz
Tamz2w ago
oh hey its joe ik joe
czychuuu
czychuuu2w ago
4vcpu 24gb ram 200gb disk with i think 100 isops (or what ever this is called)
Tamz
Tamz2w ago
quite outdated but still works
Sunbun
SunbunOP2w ago
yeah i did it with a cobblemon server 2 years back which was fabric loaded im a little slow 😭
Tamz
Tamz2w ago
prom 2 is fabric as well
Sunbun
SunbunOP2w ago
yes i realized now
Tamz
Tamz2w ago
they do have a forge, but the forge sucks dick
Sunbun
SunbunOP2w ago
unfortunately i thought it was forge for the last 4-5 hours so
Tamz
Tamz2w ago
lol
Sunbun
SunbunOP2w ago
fantastic
Tamz
Tamz2w ago
it happens dw itll go by easier now do note, they dont test the serverpacks so if it doesnt lauch first try. 30% blame yourself 70% blame them i know because im ex staff 💀
Sunbun
SunbunOP2w ago
wait hold on oracle does not have a free domain available anymore welp rip
Tamz
Tamz2w ago
free Domain?
czychuuu
czychuuu2w ago
i dont think they ever had
Sunbun
SunbunOP2w ago
they do they have a 1 month free but rn it says it's full bruh it's $40/month for 2 OCPU 12 GB
Tamz
Tamz2w ago
youd go for a regular host at that point #marketplace
Sunbun
SunbunOP2w ago
@czychuuu @Skullians @Clyde I heavily appreciate all of your help and admire your knowledge around all this programming ❤️ thank you again
czychuuu
czychuuu2w ago
np did you manage to do it finally?
Tamz
Tamz2w ago
i did nothing but :thumbsupcat:
Sunbun
SunbunOP2w ago
nah i gave up since oracle is too expensive 😭 i might do it again tmrw when im not burnt out and find a cheaper server i appreciate the kind demeanor 😂
czychuuu
czychuuu2w ago
oracle has free tier 💀
Tamz
Tamz2w ago
lol np
Sunbun
SunbunOP2w ago
no it's full max capacity
czychuuu
czychuuu2w ago
oh then your cooked
Sunbun
SunbunOP2w ago
exactly i'll try to find something cheap tmrw maybe or make my friend do it cause im slow
czychuuu
czychuuu2w ago
but if you try to make a vm once a day there is a chance
Sunbun
SunbunOP2w ago
o i'll try that
czychuuu
czychuuu2w ago
i got mine after around 2/3 weeks on frankfurt

Did you find this page helpful?