Pweppapig2
AAdmincraft
•Created by Pweppapig2 on 3/2/2025 in #questions
AI Server helper
is it the same here?
21 replies
AAdmincraft
•Created by Pweppapig2 on 3/2/2025 in #questions
AI Server helper
I found this other thing called MinePal but they said that it wont work on servers with a lobby from which they gotta tpa to the main server
21 replies
AAdmincraft
•Created by Pweppapig2 on 3/2/2025 in #questions
AI Server helper
Need something that can connect to a public server though
21 replies
AAdmincraft
•Created by Bean on 2/25/2025 in #questions
Minecraft Server CPU/Specs advice
(I'm joking btw this is a horrible suggestion do not buy it it's a waste of 3$)
135 replies
AAdmincraft
•Created by Bean on 2/25/2025 in #questions
Minecraft Server CPU/Specs advice
This is good too but kinda expensive
https://a.co/d/81XQdHq
135 replies
AAdmincraft
•Created by Bean on 2/25/2025 in #questions
Minecraft Server CPU/Specs advice
300 Mhz clock rate
135 replies
AAdmincraft
•Created by Bean on 2/25/2025 in #questions
Minecraft Server CPU/Specs advice
I highly recommend Intel Pentium i586
135 replies
AAdmincraft
•Created by Azpals on 2/26/2025 in #questions
Help creating subdomain to dynmap!
No normal person uses caddy 😭 even the name is cringe
11 replies
AAdmincraft
•Created by Azpals on 2/26/2025 in #questions
Help creating subdomain to dynmap!
Just issue an ssl certificate, fill in this thing and make a file called whatever.conf in /etc/nginx/sites-available/ with this pasted in it
11 replies
AAdmincraft
•Created by Azpals on 2/26/2025 in #questions
Help creating subdomain to dynmap!
server {
server_name domain;
location / {
proxy_pass http://localhost:port/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
listen 443 ssl;
ssl_certificate /etc/letsencrypt/live/domain/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/domain/privkey.pem;
}
11 replies
AAdmincraft
•Created by unecomplette on 7/28/2024 in #questions
Can I host a server if I have CGNAT ?
Ah sorry its 2.5$ not 2 but yeah
47 replies
AAdmincraft
•Created by unecomplette on 7/28/2024 in #questions
Can I host a server if I have CGNAT ?
Datalix
47 replies
AAdmincraft
•Created by unecomplette on 7/28/2024 in #questions
Can I host a server if I have CGNAT ?
Enough to run a wireguard tunnel. Only needs to have a good bandwidth, also for like 2$ he can get a 6gb ram server with 1 xeon thread and 1tb of bandwidth which is good enough for most use cases
47 replies
AAdmincraft
•Created by unecomplette on 7/28/2024 in #questions
Can I host a server if I have CGNAT ?
Free plans have a very limited number of ports and bandwidth though, instead of getting a paid plan he can just get a VPS for a few bucks 🤷♂️
47 replies
AAdmincraft
•Created by dop on 7/28/2024 in #questions
Some friends can join and some can't
If not it's a problem on his side, can't seem to think of any other reason for that.
28 replies
AAdmincraft
•Created by dop on 7/28/2024 in #questions
Some friends can join and some can't
That's weird, he's able to join other servers and other people are able to join yours but he isn't able to join yours? Did you specify an IP range in your firewall rules for source?
28 replies
AAdmincraft
•Created by unecomplette on 7/28/2024 in #questions
Please help me forward my ports
If yes then you can do two things.
(1) Use an IPv6 address
(2) Buy a small server and use wireguard to route all traffic through it (Will affect latency as all traffic will go to the VPS first and then to the computer at your house)
https://www.youtube.com/watch?v=9tDeh9mutmI&t=520s
8 replies