Upvote Upvoted 29 Downvote Downvoted
Website Rcon
posted in Projects
1
#1
tf2pickup.org
0 Frags +

Check it out!
Frontend Github
API GitHub

I built a web interface to allow users to execute RCON commands through a browser. Updated it so it runs serverlessly. You can use the API however you like, all I ask for is to not abuse it.

No, I don't have access to passwords.
No, I don't store the data.

Enjoy.

[b][url=https://rcontf.github.io/website-rcon/]Check it out![/url][/b]
[b][url=https://github.com/rcontf/website-rcon]Frontend Github[/url][/b]
[b][url=https://github.com/rcontf/beta-serverless-api]API GitHub[/url][/b]

I built a web interface to allow users to execute RCON commands through a browser. Updated it so it runs serverlessly. You can use the API however you like, all I ask for is to not abuse it.

No, I don't have access to passwords.
No, I don't store the data.

Enjoy.
2
#2
31 Frags +

what r u gunna do with your collection of everyone's rcon info

what r u gunna do with your collection of everyone's rcon info
3
#3
-4 Frags +

nfo and tragic servers already has this functionality through the admin portal.

nfo and tragic servers already has this functionality through the admin portal.
4
#4
tf2pickup.org
17 Frags +
crackbabydumpsterwhat r u gunna do with your collection of everyone's rcon info

Nothing because this is open source, and I don't have it logging out any information. Everything is open sourced for you to see for yourself.

CAP_CREATUREnfo and tragic servers already has this functionality through the admin portal.

What if you dont run nfo servers? What if you're not a server owner and just have rcon? This is a tool for more than just server owners, but for people who want to control their server in a more friendly way outside of tf2

[quote=crackbabydumpster]what r u gunna do with your collection of everyone's rcon info[/quote]
Nothing because this is open source, and I don't have it logging out any information. Everything is open sourced for you to see for yourself.

[quote=CAP_CREATURE]nfo and tragic servers already has this functionality through the admin portal.[/quote]
What if you dont run nfo servers? What if you're not a server owner and just have rcon? This is a tool for more than just server owners, but for people who want to control their server in a more friendly way outside of tf2
5
#5
26 Frags +
24crackbabydumpsterwhat r u gunna do with your collection of everyone's rcon infoNothing because this is open source, and I don't have it logging out any information. The api is hosted on payload.tf, which is open source, and the github page static site which is also open source.

u cant use ur big tech-o-nology words to fool me bill gates

[quote=24][quote=crackbabydumpster]what r u gunna do with your collection of everyone's rcon info[/quote]
Nothing because this is open source, and I don't have it logging out any information. The api is hosted on payload.tf, which is open source, and the github page static site which is also open source.
[/quote]

u cant use ur big tech-o-nology words to fool me bill gates
6
#6
tf2pickup.org
4 Frags +
crackbabydumpsteru cant use ur big tech-o-nology words to fool me bill gates

ya this is true, i paid to hide the truth im sorry i come clean now

[quote=crackbabydumpster]u cant use ur big tech-o-nology words to fool me bill gates[/quote]
ya this is true, i paid to hide the truth im sorry i come clean now
7
#7
5 Frags +

I can't tell if the text boxes are lined up correctly it kind of looks like they're not

https://i.imgur.com/uS4K6N7.png

I can't tell if the text boxes are lined up correctly it kind of looks like they're not

[img]https://i.imgur.com/uS4K6N7.png[/img]
8
#8
tf2pickup.org
0 Frags +
catman1900I can't tell if the text boxes are lined up correctly it kind of looks like they're not

https://i.imgur.com/uS4K6N7.png

no I was lazy and did not align them, they're aligned center of the screen but that's as best as I could get without killing myself in css.

[quote=catman1900]I can't tell if the text boxes are lined up correctly it kind of looks like they're not

[img]https://i.imgur.com/uS4K6N7.png[/img][/quote]
no I was lazy and did not align them, they're aligned center of the screen but that's as best as I could get without killing myself in css.
9
#9
whitelist.tf
2 Frags +
24catman1900I can't tell if the text boxes are lined up correctly it kind of looks like they're not

https://i.imgur.com/uS4K6N7.png
no I was lazy and did not align them, they're aligned center of the screen but that's as best as I could get without killing myself in css.
label {
 cursor: pointer;
 display: inline-block;
 width: 120px;
 text-align: right;
}
[quote=24][quote=catman1900]I can't tell if the text boxes are lined up correctly it kind of looks like they're not

[img]https://i.imgur.com/uS4K6N7.png[/img][/quote]
no I was lazy and did not align them, they're aligned center of the screen but that's as best as I could get without killing myself in css.[/quote]
[code=CSS]label {
cursor: pointer;
display: inline-block;
width: 120px;
text-align: right;
}[/code]
10
#10
tf2pickup.org
2 Frags +
Wiethoofd
label {
 cursor: pointer;
 display: inline-block;
 width: 120px;
 text-align: right;
}

Someone already made a PR, merged. It's live right now!

[quote=Wiethoofd]
[code=CSS]label {
cursor: pointer;
display: inline-block;
width: 120px;
text-align: right;
}[/code][/quote]

Someone already made a PR, merged. It's live right now!
11
#11
tf2pickup.org
5 Frags +

I created a whole new beta api that runs serverlessly, which is fancy talk for "it's going to be super fast".Well, it's only as fast as the connection from whatever datacenter it chose to the server, but we can ignore that.

you can find the new link here to the website and use the url https://beta-api.rcon.tf if used as an api.

to use the api, just send a POST request with a body containing "ip", "command", "password" and optionally "port". You'll get an error if it doesn't have the information it needs.

since I open source everything now, you can view the source here for api and the frontend here

I created a whole new beta api that runs serverlessly, which is fancy talk for "it's going to be super fast".Well, it's only as fast as the connection from whatever datacenter it chose to the server, but we can ignore that.

[url=https://rcontf.github.io/website-rcon/]you can find the new link here to the website[/url] and use the url https://beta-api.rcon.tf if used as an api.

to use the api, just send a POST request with a body containing "ip", "command", "password" and optionally "port". You'll get an error if it doesn't have the information it needs.

since I open source everything now, you can [url=https://github.com/rcontf/beta-serverless-api]view the source here[/url] for api and [url=https://github.com/rcontf/website-rcon]the frontend here[/url]
12
#12
0 Frags +

you do so much for this community, thank you.

you do so much for this community, thank you.
Please sign in through STEAM to post a comment.