Just to clear some things up. As mentioned in the video Linode did sponsor this! I'm not trying to hide that. I thought this would be a good way to introduce my idea of starting a minecraft server that we can all play on together and giving you guys an opportunity to create your own without having to pay any money. Anyways I understand some people don't like sponsored videos or advertisements but for me to be able to continually create quality, educational content I need to engage in partnerships like these. Most of which offer exclusive benefits to all of you! Anyways I hope you guys can understand.
Please host a minecraft server - minecraft and coding are two of my obsessions and I would love to connect them. I think a vanilla survival server would be great. PS. Love your videos.
Question, why is have you said in the vid title "free" when you have to pay for lenoide and also is this to run a server entirely on your hardware and not someone's external servers or is this how to host a MineWorlds server through some sort of hosting service
The code 'TWT19' gives you $20 credit, so if we take the cheapest server (Nanode 1 GB), which is $5/month, then yes, after 4 moths you will have to start paying. But if you choose a more expensive server then this $20 won't last you as long: Linode 2 GB - $10/month - so 2 months Linode 4 GB - $20/month - 1 month
Yeah, that's not very nice, although I kinda understand it, they just have to verify you. I created a account just to check whether the code still works (it does) and I ended up giving them my credit card lol
online-mode: false and skyblock I can help you with the server, i made a kindof setblock server, (moonblock, it needs just to config the permisions) i can send it to you
@@TechWithTim in server.properties online-mode=true by default, that means premium ( not cracked ) minecraft only, if you do that you willy get a small amount of players in comparation with false
@@fadial-khameesi2953 true, although players that use these accounts are usually just casual players that can't afford/can't be bothered paying for Minecraft
Thanks. There is an easier way to run a server in the background, so no need to instal or use screen application. Just add '&' symbol at the end of the execution command: java -Xmx1024M -Xms1024M -jar minecraft_server.1.14.4.jar nogui & More details you can find here: www.tecmint.com/run-linux-command-process-in-background-detach-process/ Also, you can redirect stderr and stdout to /dev/null: java -Xmx1024M -Xms1024M -jar minecraft_server.1.14.4.jar nogui & > /dev/null &
Just to clear some things up. As mentioned in the video Linode did sponsor this! I'm not trying to hide that. I thought this would be a good way to introduce my idea of starting a minecraft server that we can all play on together and giving you guys an opportunity to create your own without having to pay any money. Anyways I understand some people don't like sponsored videos or advertisements but for me to be able to continually create quality, educational content I need to engage in partnerships like these. Most of which offer exclusive benefits to all of you! Anyways I hope you guys can understand.
Thank you so much for this tutorial!
So, it means that we can get extra income by doing this?
Minehut - Two servers with up to 10 ppl on each. No sponsoring → that's FREE.
@@danielstrzaka7735 ew no
Please host a minecraft server - minecraft and coding are two of my obsessions and I would love to connect them. I think a vanilla survival server would be great.
PS. Love your videos.
vanilla, survival, no rules! hehe
love it! not a mincraft's fan, but a fan of u
Very Thx! I go use this to regroup my friends in quarantine. Thanks too much.
can ur friends join like normal
Question, why is have you said in the vid title "free" when you have to pay for lenoide and also is this to run a server entirely on your hardware and not someone's external servers or is this how to host a MineWorlds server through some sort of hosting service
You don't need a browser to download anything onto the Ubuntu server. You can do it from the command line using the GET command.
You could've used wget to download the server.jar directly to the server rather than having to transfer it from windows to ubuntu xD
10:00 you can use ctr+shift+v
Hi bro do we have to pay after 4 months? Bcoz you said it is 4 months free
The code 'TWT19' gives you $20 credit, so if we take the cheapest server (Nanode 1 GB), which is $5/month, then yes, after 4 moths you will have to start paying.
But if you choose a more expensive server then this $20 won't last you as long:
Linode 2 GB - $10/month - so 2 months
Linode 4 GB - $20/month - 1 month
now this is the content i subscribed for
Thx again tim ! :D
What are the minimum specs for a server for like max. 10 people?
8 GB ram
What about Minecraft bedrock edition?
Yesssss do it and make it survival SMP
Will it effect pc
NICE THANKS TIM!!!!!!!
can u make Viedio how to do this for mods server ?
im late but if you still need it i guess just put the forge server jar on the server with the vanilla server jar
I had no idea you did minecraft
You can actually use PowerShell instead of Putty. PowerShell comes with Windows 10
You can even use standard cmd, it supports both ssh and scp
thanks dude!
Bro this is COOOOOL!
My friends cant join to the server
what should i do?
port forward the server
@@milandouma4064 how
@@davider783 I'm strugling with that myself atm
@@davider783 ok found it. Make shure you give tham your external ip adress, NOT your internal.
How to stop the server to make edits once it has started in screen
prob open console and do stop
What's the command to turn off the server
Stop
@@amanichizi8048 i did open a server before 3 month and i've played for a full 2 month and i've fininshed :') u're too late buddy
hello, my ip computer safe in this server when i wil open?
and how i wil stop the server? and how i wil restart the server?
wht the commend
Forgot to mention that to create a valid account on LINODE you HAVE TO provide your billing info such as a credit card $$$!
Yeah, that's not very nice, although I kinda understand it, they just have to verify you. I created a account just to check whether the code still works (it does) and I ended up giving them my credit card lol
You make a video lyrics what do people in the world I want to know my name is
My guess is Linode paid you what? $100 for this video?
online-mode: false and skyblock
I can help you with the server, i made a kindof setblock server, (moonblock, it needs just to config the permisions) i can send it to you
what is false?
@@TechWithTim in server.properties online-mode=true by default, that means premium ( not cracked ) minecraft only, if you do that you willy get a small amount of players in comparation with false
@@fadial-khameesi2953 true, although players that use these accounts are usually just casual players that can't afford/can't be bothered paying for Minecraft
I suggest you delete the For free! part of the title.
Yeah
Ma sono l'unico italiano ad aver bisogno di spiegazioni su bot di discord e come hostare un server minecraft col pieno controllo?
-bash: /op: No such file or directory
u said that this is free
Hosting on your own machine its free, but if u buy hosting provider u have to pay for their machines
@@NobFella thx
Lol hosting.
Thanks. There is an easier way to run a server in the background, so no need to instal or use screen application. Just add '&' symbol at the end of the execution command: java -Xmx1024M -Xms1024M -jar minecraft_server.1.14.4.jar nogui &
More details you can find here: www.tecmint.com/run-linux-command-process-in-background-detach-process/
Also, you can redirect stderr and stdout to /dev/null: java -Xmx1024M -Xms1024M -jar minecraft_server.1.14.4.jar nogui & > /dev/null &
RLCraft
First
"for at least your first 4 months"
a dislike for you lol
Use Aws 1 year for 1$
Sry but i dont like the for free part... thats kinda clickbait
Well it is free isn’t it ?
@@TechWithTim You need credit card to register lol
All the steps can be done on a computer at home and self host. That’s what I’m doing! Free!
Hosting on your own machine its free, but if u buy hosting provider u have to pay for their machine